diff options
Diffstat (limited to 'response.h')
-rw-r--r-- | response.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/response.h b/response.h new file mode 100644 index 0000000..ec90bc5 --- /dev/null +++ b/response.h @@ -0,0 +1,6 @@ +#pragma once + +#include "http.h" + +int respond_only_status(int, enum status); +int respond_with_body(int, enum status, const char *, int); |