|
YAZ 5.35.1
|
#include <zgdu.h>
Data Fields | |
| char * | name |
| char * | value |
| Z_HTTP_Header * | next |
| char* Z_HTTP_Header::name |
Definition at line 43 of file zgdu.h.
Referenced by decode_headers_content(), rdf_lookup_node(), yaz_cookies_response(), yaz_encode_http_request(), yaz_encode_http_response(), yaz_url_exec(), z_HTTP_header_add(), z_HTTP_header_lookup(), and z_HTTP_header_set().
| Z_HTTP_Header* Z_HTTP_Header::next |
Definition at line 45 of file zgdu.h.
Referenced by decode_headers_content(), rdf_lookup_node(), yaz_cookies_response(), yaz_encode_http_request(), yaz_encode_http_response(), yaz_url_exec(), z_HTTP_header_add(), z_HTTP_header_lookup(), z_HTTP_header_remove(), and z_HTTP_header_set().
| char* Z_HTTP_Header::value |
Definition at line 44 of file zgdu.h.
Referenced by rdf_lookup_node(), yaz_cookies_response(), yaz_encode_http_request(), yaz_encode_http_response(), yaz_url_exec(), and z_HTTP_header_lookup().