libsoup r1023 - branches/libsoup-2.4/libsoup



Author: danw
Date: Tue Jan  8 17:19:24 2008
New Revision: 1023
URL: http://svn.gnome.org/viewvc/libsoup?rev=1023&view=rev

Log:
oops, didn't get committed before


Modified:
   branches/libsoup-2.4/libsoup/soup-message-headers.c

Modified: branches/libsoup-2.4/libsoup/soup-message-headers.c
==============================================================================
--- branches/libsoup-2.4/libsoup/soup-message-headers.c	(original)
+++ branches/libsoup-2.4/libsoup/soup-message-headers.c	Tue Jan  8 17:19:24 2008
@@ -351,6 +351,21 @@
 }
 
 /**
+ * SoupEncoding:
+ * @SOUP_ENCODING_UNRECOGNIZED: unknown / error
+ * @SOUP_ENCODING_NONE: no body is present (which is not the same as a
+ * 0-length body, and only occurs in certain places)
+ * @SOUP_ENCODING_CONTENT_LENGTH: Content-Length encoding
+ * @SOUP_ENCODING_EOF: Response body ends when the connection is closed
+ * @SOUP_ENCODING_CHUNKED: chunked encoding (currently only supported
+ * for response)
+ * @SOUP_ENCODING_BYTERANGES: multipart/byteranges (Reserved for future
+ * use: NOT CURRENTLY IMPLEMENTED)
+ *
+ * How a message body is encoded for transport
+ **/
+
+/**
  * soup_message_headers_get_encoding:
  * @hdrs: a #SoupMessageHeaders
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]