From b6951c18912c82e7863ebd6c6c77b891ad9aea0c Mon Sep 17 00:00:00 2001 From: frosty Date: Sat, 8 Aug 2026 00:37:44 -0400 Subject: fix: centralise empty HTTP status responses --- beaker.h | 1 + 1 file changed, 1 insertion(+) (limited to 'beaker.h') diff --git a/beaker.h b/beaker.h index 0f2757e..db1ddb1 100644 --- a/beaker.h +++ b/beaker.h @@ -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); -- cgit v1.3