Embedded TCP/IP stack
4.1.0
|
fnet_http_post.h
62 typedef fnet_return_t(*fnet_http_post_handle_t)(fnet_http_session_t session, fnet_char_t *query, fnet_uint32_t *cookie);
94 typedef fnet_return_t(*fnet_http_post_receive_t)(fnet_http_session_t session, fnet_uint8_t *buffer, fnet_size_t buffer_size, fnet_uint32_t *cookie);
133 typedef fnet_size_t (*fnet_http_post_send_t)(fnet_uint8_t *buffer, fnet_size_t buffer_size, fnet_bool_t *eof, fnet_uint32_t *cookie);
fnet_http_post_handle_t post_handle
Pointer to the POST query handler. It's optional.
Definition: fnet_http_post.h:148
fnet_return_t(* fnet_http_post_receive_t)(fnet_http_session_t session, fnet_uint8_t *buffer, fnet_size_t buffer_size, fnet_uint32_t *cookie)
Callback function prototype of the POST-method receive function.
Definition: fnet_http_post.h:94
unsigned long fnet_size_t
Unsigned integer type representing the size in bytes.
Definition: fnet_stdlib.h:56
fnet_http_post_send_t post_send
Pointer to the POST response function. It's optional. This function actually creates dynamic content ...
Definition: fnet_http_post.h:152
fnet_return_t(* fnet_http_post_handle_t)(fnet_http_session_t session, fnet_char_t *query, fnet_uint32_t *cookie)
Callback function prototype of the POST-method query handler.
Definition: fnet_http_post.h:62
fnet_http_post_receive_t post_receive
Pointer to the POST receive function. It's optional. This function can be invoked multiple times to p...
Definition: fnet_http_post.h:149
fnet_size_t(* fnet_http_post_send_t)(fnet_uint8_t *buffer, fnet_size_t buffer_size, fnet_bool_t *eof, fnet_uint32_t *cookie)
Callback function prototype of the POST-method response function.
Definition: fnet_http_post.h:133
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net