KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
http_state_t Struct Reference

#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
 

Field Documentation

◆ body

char* http_state_t::body

Referenced by handle_request().

◆ client

struct sockaddr_storage http_state_t::client

Referenced by httpd(), and server_thread().

◆ method

http_method_t http_state_t::method

Referenced by handle_request().

◆ path

char* http_state_t::path

Referenced by handle_request().

◆ read_content_length

size_t http_state_t::read_content_length

Referenced by handle_request().

◆ rem_content_length

size_t http_state_t::rem_content_length

Referenced by handle_request().

◆ socket


The documentation for this struct was generated from the following file: