Add GetRedbeanVersion & rename GetVersion (#219)

- Add GetRedbeanVersion() to redbean (#97)
- Rename GetVersion to GetHttpVersion() for consistency (#97)
- Update Content-Length format to use a proper size modifier (#97, #218)
This commit is contained in:
Paul Kulchenko 2021-08-02 14:46:43 -07:00 committed by GitHub
parent 0b317523a0
commit 64d87d4e5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

View file

@ -664,10 +664,15 @@ FUNCTIONS
if redbean is being used as an HTTP proxy server. In the future
this API might change to return an object instead.
GetVersion() → int
GetHttpVersion() → int
Returns the request HTTP protocol version, which can be 9 for
HTTP/0.9, 10 for HTTP/1.0, or 11 for HTTP/1.1.
GetRedbeanVersion() → int
Returns the Redbean version in the format 0xMMmmpp, with major (MM),
minor (mm), and patch (pp) versions encoded. The version value 1.4
would be represented as 0x010400.
GetZipPaths() → array[str]
Returns paths of all assets in the zip central directory, prefixed
by a slash.