Embedded TCP/IP stack
4.7.0
|
POST-method callback function table. More...
Data Fields | |
fnet_char_t * | name |
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... | |
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.
Definition at line 144 of file fnet_http_srv_post.h.