|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <speedtest.h>
Data Fields | |
| struct sockaddr_storage | client |
| int | socket |
| http_method_t | method |
| char * | path |
| char * | body |
| size_t | read_content_length |
| size_t | rem_content_length |
| char* http_state_t::body |
Referenced by handle_request().
| struct sockaddr_storage http_state_t::client |
Referenced by httpd(), and server_thread().
| http_method_t http_state_t::method |
Referenced by handle_request().
| char* http_state_t::path |
Referenced by handle_request().
| size_t http_state_t::read_content_length |
Referenced by handle_request().
| size_t http_state_t::rem_content_length |
Referenced by handle_request().
| int http_state_t::socket |
Referenced by client_thread(), do_dirlist(), handle_request(), httpd(), read_headers(), send_error(), send_ok(), send_ok(), server_thread(), and st_add_fds().