mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-01 22:26:46 +00:00
(http_lib) Cleanups
This commit is contained in:
parent
c27021e90f
commit
9e64ff2a86
@ -281,7 +281,7 @@ static http_retcode http_query(const char *command, const char *url,
|
||||
*
|
||||
* Put data on the server
|
||||
*
|
||||
* This function sends data to the http data server.
|
||||
* This function sends data to the HTTP data server.
|
||||
* The data will be stored under the ressource name filename.
|
||||
* returns a negative error code or a positive code from the server
|
||||
*
|
||||
@ -316,7 +316,7 @@ http_retcode http_put(const char *filename, const char *data,
|
||||
*
|
||||
* Gets data from the server
|
||||
*
|
||||
* This function gets data from the http data server.
|
||||
* This function gets data from the HTTP data server.
|
||||
* The data is read from the ressource named filename.
|
||||
* Address of new new allocated memory block is filled in pdata
|
||||
* whose length is returned via plength.
|
||||
@ -410,7 +410,7 @@ http_retcode http_get(const char *filename,
|
||||
*
|
||||
* Requests the header.
|
||||
*
|
||||
* This function outputs the header of thehttp data server.
|
||||
* This function outputs the header of the HTTP data server.
|
||||
* The header is from the ressource named filename.
|
||||
* The length and type of data is eventually returned (like for http_get(3))
|
||||
*
|
||||
|
@ -91,9 +91,9 @@ http_retcode http_put(const char *filename, const char *data, int length,
|
||||
* type is returned. If NULL, the type is
|
||||
* not returned.
|
||||
*
|
||||
* Gets data from the server
|
||||
* Gets data from the server.
|
||||
*
|
||||
* This function gets data from the http data server.
|
||||
* This function gets data from the HTTP data server.
|
||||
* The data is read from the ressource named filename.
|
||||
* Address of new new allocated memory block is filled in pdata
|
||||
* whose length is returned via plength.
|
||||
@ -149,7 +149,7 @@ http_retcode http_delete(const char *filename) ;
|
||||
*
|
||||
* Requests the header.
|
||||
*
|
||||
* This function outputs the header of thehttp data server.
|
||||
* This function outputs the header of the HTTP data server.
|
||||
* The header is from the ressource named filename.
|
||||
* The length and type of data is eventually returned (like for http_get(3))
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user