mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Add SetCookie method to redbean Lua (#265)
This commit is contained in:
parent
969174e155
commit
31dd714081
5 changed files with 178 additions and 1 deletions
|
@ -198,6 +198,7 @@ char *FormatHttpDateTime(char[hasatleast 30], struct tm *);
|
|||
bool ParseHttpRange(const char *, size_t, long, long *, long *);
|
||||
int64_t ParseHttpDateTime(const char *, size_t);
|
||||
bool IsValidHttpToken(const char *, size_t);
|
||||
bool IsValidCookieValue(const char *, size_t);
|
||||
bool IsAcceptablePath(const char *, size_t);
|
||||
bool IsAcceptableHost(const char *, size_t);
|
||||
bool IsAcceptablePort(const char *, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue