24 #ifndef __HTTP_RESPONSE_H__
25 #define __HTTP_RESPONSE_H__
28 #include <sys/types.h>
47 const char *,
size_t);
54 #endif // __HTTP_RESPONSE_H__
HttpResponse httpResponseAsset(const char *, size_t, time_t)
HttpResponse httpResponseJson(const char *, size_t)
HttpResponse httpResponse500()
HttpResponse httpResponse403()
HttpResponse httpResponse304(const char *, size_t, const char *, size_t, const char *, size_t)
HttpResponse httpResponse404()