Message to send using http. More...
Data Fields | |
| struct HTTP_Message * | next |
| next pointer for double linked list | |
| char * | buf |
| buffer containing data to send | |
| size_t | size |
| buffer length | |
Message to send using http.
Definition at line 205 of file gnunet-communicator-http3.c.
| struct HTTP_Message* HTTP_Message::next |
next pointer for double linked list
Definition at line 210 of file gnunet-communicator-http3.c.
Referenced by connection_destroy(), and mq_send_d().
| char* HTTP_Message::buf |
buffer containing data to send
Definition at line 215 of file gnunet-communicator-http3.c.
Referenced by connection_destroy(), and mq_send_d().
| size_t HTTP_Message::size |
buffer length
Definition at line 220 of file gnunet-communicator-http3.c.
Referenced by mq_send_d().