Data Fields | |
| configuration_spec * | config |
| current_action_spec | action [1] |
| jb_socket | cfd |
| jb_socket | sfd |
| unsigned short int | flags |
| char * | ip_addr_str |
| long | ip_addr_long |
| char * | my_ip_addr_str |
| char * | my_hostname |
| http_request | http [1] |
| iob | iob [1] |
| list | headers [1] |
| list | cookie_list [1] |
| unsigned short int | content_type |
| char * | x_forwarded |
| file_list * | actions_list [MAX_ACTION_FILES] |
| file_list * | rlist |
| size_t | content_length |
| client_state * | next |
|
|
The actions to perform on the current request.
|
|
|
Actions files associated with this client.
|
|
|
socket to talk to client (web browser).
|
|
|
The proxy's configuration.
|
|
|
Length after content modification.
|
|
|
MIME-Type key, see CT_* above.
|
|
|
List of all cookies for this request.
|
|
|
Multi-purpose flag container, see CSP_FLAG_* above.
|
|
|
List of all headers for this request.
|
|
|
The URL that was requested.
|
|
|
An I/O buffer used for buffering data read from the network.
|
|
|
Client PC's IP address, as reported by the accept() function. As a number. |
|
|
Client PC's IP address, as reported by the accept() function. As a string. |
|
|
Our hostname. I.e. the reverse DNS of the IP address that the client used to reach us, as a string. |
|
|
Our IP address. I.e. the IP address that the client used to reach us, as a string. |
|
|
Next thread in linked list. Only read or modify from the main thread! |
|
|
pcrs job file.
|
|
|
socket to talk to server (web server or proxy).
|
|
|
The "X-Forwarded-For:" header sent by the client.
|
1.2.15