23 #ifndef __UTILS_HTTP_H__
24 #define __UTILS_HTTP_H__
27 #include <sys/types.h>
31 size_t rfc1123Gmt(
char *,
size_t,
const time_t *);
38 const char *,
size_t);
40 #endif // __UTILS_HTTP_H__
HttpMessage httpGetMessage(const char *, size_t, const char *, size_t, const char *, size_t)
size_t rfc1123Gmt(char *, size_t, const time_t *)
size_t urldecode(char *, size_t)
size_t rfc1123GmtNow(char *, size_t)
char isHttpVersion(const char *, size_t)