Representation of HTTP URL split into its components. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/transport/plugin_transport_http_common.h>
Data Fields | |
char * | protocol |
char * | host |
char * | path |
int | port |
Representation of HTTP URL split into its components.
Definition at line 115 of file plugin_transport_http_common.h.
char* SplittedHTTPAddress::protocol |
Definition at line 117 of file plugin_transport_http_common.h.
Referenced by http_clean_splitted(), http_common_plugin_dnsresult_to_address(), and http_split_address().
char* SplittedHTTPAddress::host |
Definition at line 118 of file plugin_transport_http_common.h.
Referenced by http_clean_splitted(), http_common_plugin_address_pretty_printer(), http_common_socket_from_address(), and http_split_address().
char* SplittedHTTPAddress::path |
Definition at line 119 of file plugin_transport_http_common.h.
Referenced by typescriptdomain.MyPygmentsBridge::highlight_block(), http_clean_splitted(), http_common_plugin_dnsresult_to_address(), and http_split_address().
int SplittedHTTPAddress::port |
Definition at line 120 of file plugin_transport_http_common.h.
Referenced by http_common_plugin_dnsresult_to_address(), http_common_socket_from_address(), and http_split_address().