diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-08-08 00:37:44 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-08-08 00:37:44 -0400 |
| commit | b6951c18912c82e7863ebd6c6c77b891ad9aea0c (patch) | |
| tree | 7e7e067b93b4df878f000ec4a272334a81aba85f /beaker.h | |
| parent | 42fe6caf63acdd25e5674d91c13a9ab15f948b7f (diff) | |
| download | beaker-b6951c18912c82e7863ebd6c6c77b891ad9aea0c.tar.gz | |
fix: centralise empty HTTP status responses
Diffstat (limited to 'beaker.h')
| -rw-r--r-- | beaker.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ void beaker_free_locales(void); void send_response(const char *html); void send_redirect(const char *location); +void send_status(const char *status_line); void set_cookie(const char *name, const char *value, const char *expires, const char *path, bool http_only, bool secure); char *get_cookie(const char *cookie_name); |
