HTTP addresses including a full URI. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/transport/plugin_transport_http.h>
Data Fields | |
uint32_t | addr_len |
Length of the address following in NBO. More... | |
void * | addr |
Address following. More... | |
uint32_t | options |
Address options see enum HttpAddressOptions More... | |
uint32_t | urlen |
Length of URL located after struct. More... | |
HTTP addresses including a full URI.
Definition at line 273 of file plugin_transport_http.h.
uint32_t HttpAddress::addr_len |
Length of the address following in NBO.
Definition at line 278 of file plugin_transport_http.h.
void* HttpAddress::addr |
Address following.
Definition at line 283 of file plugin_transport_http.h.
Referenced by http_common_address_from_socket(), http_common_address_get_size(), http_common_plugin_address_pretty_printer(), http_common_plugin_address_to_string(), http_common_plugin_address_to_url(), http_common_plugin_string_to_address(), http_common_socket_from_address(), http_server_plugin_address_suggested(), and server_lookup_connection().
uint32_t HttpAddress::options |
Address options see enum HttpAddressOptions
Definition at line 102 of file plugin_transport_http_common.h.
Referenced by httpdomain.httpdomain.HTTPResource::add_target_and_index(), httpdomain.autohttp.flask_base.AutoflaskBase::blueprints(), client_connect_get(), client_connect_put(), httpdomain.autohttp.bottle.AutobottleDirective::endpoints(), httpdomain.autohttp.flask_base.AutoflaskBase::endpoints(), httpdomain.autohttp.tornado.AutoTornadoDirective::endpoints(), http_common_plugin_string_to_address(), http_server_plugin_address_suggested(), httpdomain.autohttp.bottle.AutobottleDirective::make_rst(), httpdomain.autohttp.tornado.AutoTornadoDirective::make_rst(), httpdomain.autohttp.flask_base.AutoflaskBase::make_rst(), httpdomain.autohttp.flask_base.AutoflaskBase::modules(), httpdomain.autohttp.flask_base.AutoflaskBase::order(), typescriptdomain.TypeScriptDefinition::run(), server_notify_external_hostname(), httpdomain.autohttp.flask_base.AutoflaskBase::undoc_blueprints(), httpdomain.autohttp.bottle.AutobottleDirective::undoc_endpoints(), httpdomain.autohttp.flask_base.AutoflaskBase::undoc_endpoints(), httpdomain.autohttp.tornado.AutoTornadoDirective::undoc_endpoints(), and httpdomain.autohttp.flask_base.AutoflaskBase::undoc_modules().
uint32_t HttpAddress::urlen |
Length of URL located after struct.
Definition at line 107 of file plugin_transport_http_common.h.
Referenced by http_common_address_get_size(), http_common_cmp_addresses(), http_common_plugin_string_to_address(), http_common_socket_from_address(), and server_notify_external_hostname().