mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
http_client: fix function documentation
This commit is contained in:
parent
0ee0393936
commit
37b4494921
@ -96,7 +96,7 @@ typedef struct _httpc_state httpc_state_t;
|
|||||||
* Prototype of a http client callback function
|
* Prototype of a http client callback function
|
||||||
*
|
*
|
||||||
* @param arg argument specified when initiating the request
|
* @param arg argument specified when initiating the request
|
||||||
* @param http_result result of the mail transfer (see enum httpc_result_t)
|
* @param httpc_result result of the http transfer (see enum httpc_result_t)
|
||||||
* @param rx_content_len number of bytes received (without headers)
|
* @param rx_content_len number of bytes received (without headers)
|
||||||
* @param srv_res this contains the http status code received (if any)
|
* @param srv_res this contains the http status code received (if any)
|
||||||
* @param err an error returned by internal lwip functions, can help to specify
|
* @param err an error returned by internal lwip functions, can help to specify
|
||||||
|
Loading…
Reference in New Issue
Block a user