definition of the parameters available in a struct _u_request
More...
#include <ulfius.h>
definition of the parameters available in a struct _u_request
◆ http_protocol
char* _u_request::http_protocol |
◆ http_verb
char* _u_request::http_verb |
◆ http_url
char* _u_request::http_url |
◆ url_path
char* _u_request::url_path |
◆ proxy
◆ check_server_certificate
int _u_request::check_server_certificate |
◆ check_server_certificate_flag
int _u_request::check_server_certificate_flag |
◆ check_proxy_certificate
int _u_request::check_proxy_certificate |
◆ check_proxy_certificate_flag
int _u_request::check_proxy_certificate_flag |
◆ follow_redirect
int _u_request::follow_redirect |
◆ ca_path
char* _u_request::ca_path |
◆ timeout
unsigned long _u_request::timeout |
◆ client_address
struct sockaddr* _u_request::client_address |
◆ auth_basic_user
char* _u_request::auth_basic_user |
◆ auth_basic_password
char* _u_request::auth_basic_password |
◆ map_url
struct _u_map* _u_request::map_url |
◆ map_header
struct _u_map* _u_request::map_header |
◆ map_cookie
struct _u_map* _u_request::map_cookie |
◆ map_post_body
struct _u_map* _u_request::map_post_body |
◆ binary_body
void* _u_request::binary_body |
◆ binary_body_length
size_t _u_request::binary_body_length |
◆ callback_position
unsigned int _u_request::callback_position |
◆ client_cert
gnutls_x509_crt_t _u_request::client_cert |
◆ client_cert_file
char* _u_request::client_cert_file |
◆ client_key_file
char* _u_request::client_key_file |
◆ client_key_password
char* _u_request::client_key_password |
The documentation for this struct was generated from the following file: