Embedded TCP/IP stack: fnet_http_post Struct Reference

FNET

fnet_http_post Struct Reference

POST-method callback function table. More...

Data Fields

fnet_char_tname
 File name associated with the POST-request. More...
 
fnet_http_post_handle_t post_handle
 Pointer to the POST query handler. It's optional. More...
 
fnet_http_post_receive_t post_receive
 Pointer to the POST receive function. It's optional.
This function can be invoked multiple times to process all received data. More...
 
fnet_http_post_send_t post_send
 Pointer to the POST response function. It's optional.
This function actually creates dynamic content of the POST response. More...
 

Detailed Description

POST-method callback function table.

The last table element must have all fields set to zero as the end-of-table mark.

The POST request method is used when the client needs to send data to the server as part of the request, such as when uploading a file or submitting a completed form.

See also
fnet_http_params

Definition at line 145 of file fnet_http_post.h.


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

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net