mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Missed committing http.h from previous commit.
This commit is contained in:
parent
862bf1a5f6
commit
4b4767ac39
@ -357,6 +357,8 @@ int http_body_digest(struct http_request *, char *, size_t);
|
||||
int http_redirect_add(struct kore_domain *,
|
||||
const char *, int, const char *);
|
||||
void http_response(struct http_request *, int, const void *, size_t);
|
||||
void http_response_json(struct http_request *, int,
|
||||
struct kore_json_item *);
|
||||
void http_response_close(struct http_request *, int,
|
||||
const void *, size_t);
|
||||
void http_response_fileref(struct http_request *, int,
|
||||
|
Loading…
x
Reference in New Issue
Block a user