Update chttp.c/.h

This commit is contained in:
2025-09-23 09:35:36 +02:00
parent d2fa677ac8
commit dc5376f8f3
2 changed files with 160 additions and 0 deletions
+5
View File
@@ -189,6 +189,11 @@ int http_parse_response (char *src, int len, HTTP_Response *res);
int http_find_header (HTTP_Header *headers, int num_headers, HTTP_String name);
HTTP_String http_get_cookie (HTTP_Request *req, HTTP_String name);
HTTP_String http_get_param (HTTP_String body, HTTP_String str, char *mem, int cap);
int http_get_param_i (HTTP_String body, HTTP_String str);
#endif // PARSE_INCLUDED
////////////////////////////////////////////////////////////////////////////////////////