|
Tor 0.4.9.8
|
Data Fields | |
| unsigned | compression_supported |
| time_t | if_modified_since |
| const char * | url |
| const char * | headers |
Information passed to handle a GET request.
Definition at line 319 of file dircache.c.
| unsigned compression_supported |
Bitmask of compression methods that the client said (or implied) it supported.
Definition at line 322 of file dircache.c.
Referenced by directory_handle_command_get(), handle_get_current_consensus(), handle_get_descriptor(), handle_get_keys(), handle_get_microdesc(), handle_get_next_bandwidth(), and handle_get_status_vote().
| const char* headers |
String containing the HTTP headers
Definition at line 329 of file dircache.c.
Referenced by directory_handle_command_get(), handle_get_networkstatus_bridges(), and parse_consensus_request().
| time_t if_modified_since |
If nonzero, the time included an if-modified-since header with this value.
Definition at line 325 of file dircache.c.
Referenced by directory_handle_command_get(), handle_get_current_consensus(), and handle_get_keys().
| const char* url |
String containing the requested URL or resource.
Definition at line 327 of file dircache.c.
Referenced by directory_handle_command_get(), handle_get_descriptor(), handle_get_hs_descriptor_v3(), handle_get_keys(), handle_get_microdesc(), handle_get_status_vote(), and parse_consensus_request().