1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

applied 42 documentation patches from Charlie Bozeman. Regenerated the

* *.c include/libxml/*.h doc/html/*: applied 42 documentation
  patches from Charlie Bozeman. Regenerated the HTML docs.
Daniel
This commit is contained in:
Daniel Veillard
2001-12-31 16:16:02 +00:00
parent 7f9a6806ed
commit cbaf399537
70 changed files with 3535 additions and 3170 deletions

View File

@ -606,7 +606,7 @@ xmlNanoHTTPReadLine(xmlNanoHTTPCtxtPtr ctxt) {
* We currently parse and process:
* - The HTTP revision/ return code
* - The Content-Type
* - The Location for redirrect processing.
* - The Location for redirect processing.
*
* Returns -1 in case of failure, the file descriptor number otherwise
*/
@ -685,7 +685,7 @@ xmlNanoHTTPScanAnswer(xmlNanoHTTPCtxtPtr ctxt, const char *line) {
/**
* xmlNanoHTTPConnectAttempt:
* @addr: a socket adress structure
* @addr: a socket address structure
*
* Attempt a connection to the given IP:port endpoint. It forces
* non-blocking semantic on the socket, and allow 60 seconds for
@ -944,7 +944,7 @@ xmlNanoHTTPOpen(const char *URL, char **contentType) {
* @URL: The URL to load
* @contentType: if available the Content-Type information will be
* returned at that location
* @redir: if availble the redirected URL will be returned
* @redir: if available the redirected URL will be returned
*
* This function try to open a connection to the indicated resource
* via HTTP GET.
@ -1014,6 +1014,7 @@ xmlNanoHTTPClose(void *ctx) {
* @contentType: the Content-Type information IN and OUT
* @redir: the redirected URL OUT
* @headers: the extra headers
* @ilen: input length
*
* This function try to open a connection to the indicated resource
* via HTTP using the given @method, adding the given extra headers
@ -1245,6 +1246,7 @@ retry:
* @input: the input string if any
* @contentType: the Content-Type information IN and OUT
* @headers: the extra headers
* @ilen: input length
*
* This function try to open a connection to the indicated resource
* via HTTP using the given @method, adding the given extra headers