Embedded TCP/IP stack  4.7.0
fnet_http_srv_post_t Struct Reference

POST-method callback function table. More...

Data Fields

fnet_char_tname
 File name associated with the POST-request. More...
 
fnet_http_srv_post_handle_t post_handle
 Pointer to the POST query handler. It's optional. More...
 
fnet_http_srv_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_srv_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_srv_params_t

Definition at line 144 of file fnet_http_srv_post.h.


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

© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net