Home
last modified time | relevance | path

Searched refs:HTTP_NOCONTENT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h58 #define HTTP_NOCONTENT 204 /**< request does not have content */ macro
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c362 return (req->response_code != HTTP_NOCONTENT && in evhttp_response_needs_body()