|
YAZ 5.35.1
|
#include <zgdu.h>
Data Fields | |
| char * | method |
| char * | version |
| char * | path |
| Z_HTTP_Header * | headers |
| char * | content_buf |
| int | content_len |
| char* Z_HTTP_Request::content_buf |
Definition at line 53 of file zgdu.h.
Referenced by yaz_decode_http_request(), yaz_encode_http_request(), yaz_sru_decode(), yaz_sru_post_encode(), yaz_sru_soap_encode(), yaz_srw_decode(), yaz_url_exec(), and z_get_HTTP_Request().
| int Z_HTTP_Request::content_len |
Definition at line 54 of file zgdu.h.
Referenced by yaz_decode_http_request(), yaz_encode_http_request(), yaz_sru_post_encode(), yaz_sru_soap_encode(), yaz_srw_decode(), yaz_url_exec(), and z_get_HTTP_Request().
| Z_HTTP_Header* Z_HTTP_Request::headers |
Definition at line 52 of file zgdu.h.
Referenced by process_http_request(), send_HTTP_redirect(), yaz_cookies_request(), yaz_decode_http_request(), yaz_encode_http_request(), yaz_solr_encode_request(), yaz_sru_decode(), yaz_sru_get_encode(), yaz_sru_post_encode(), yaz_sru_soap_encode(), yaz_srw_decode(), yaz_srw_decodeauth(), yaz_url_exec(), z_get_HTTP_Request(), z_get_HTTP_Request_host_path(), and z_get_HTTP_Request_uri().
| char* Z_HTTP_Request::method |
Definition at line 49 of file zgdu.h.
Referenced by process_http_request(), send_HTTP_redirect(), yaz_decode_http_request(), yaz_encode_http_request(), yaz_solr_encode_request(), yaz_sru_decode(), yaz_sru_get_encode(), yaz_sru_post_encode(), yaz_srw_decode(), yaz_url_exec(), and z_get_HTTP_Request().
| char* Z_HTTP_Request::path |
Definition at line 51 of file zgdu.h.
Referenced by process_http_request(), yaz_decode_http_request(), yaz_encode_http_request(), yaz_solr_encode_request(), yaz_sru_decode(), yaz_sru_get_encode(), yaz_srw_decode(), z_get_HTTP_Request(), z_get_HTTP_Request_host_path(), and z_get_HTTP_Request_uri().
| char* Z_HTTP_Request::version |
Definition at line 50 of file zgdu.h.
Referenced by process_http_request(), yaz_decode_http_request(), yaz_encode_http_request(), and z_get_HTTP_Request().