ne_request_create (3) Linux Manual Page
ne_request_create, ne_request_dispatch, ne_request_destroy – low-level HTTP request handling Synopsis #include <ne_request.h> ne_request *ne_request_create(ne_session *session, const char *method, const char *path); int ne_request_dispatch(ne_request *req); void ne_request_destroy(ne_request *req); Description The ne_request object represents an HTTP request and the associated response. The ne_request_create function creates a new request object for the given session. The target resource for the…
