ne_get_status — retrieve HTTP response status for request
#include <ne_request.h>
const ne_status *ne_get_status( | const ne_request *request) ; |
The ne_get_status
function returns
a pointer to the HTTP status object giving the result of a request.
The object returned only becomes valid once the request has been
successfully dispatched (the return value of
ne_request_dispatch
or
ne_begin_request
was zero). The object remains
valid until the associated request object is destroyed.