Searched defs:http_response_ctx (Results 1 – 1 of 1) sorted by relevance
206 struct http_response_ctx { struct207 enum http_status status; /**< HTTP status code to include in response */208 const struct http_header *headers; /**< Array of HTTP headers */232 struct http_response_ctx *response_ctx, argument