#pragma once #include "http.h" int respond_only_status(int, enum status); int respond_with_body(int, enum status, const char *, int);