Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Internet Protocols Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWHttpTransferEncoding

Module:  Internet Protocols Module   Package:  HTTP


Global Enumerator

Local Index

Members

Header File

#include <rw/http/RWHttpPortalImp.h>

Description

Specifies the type of transfer encoding that the server is sending back. This information is derived from the headers returned in the server's reply.

Declaration

enum RWHttpTransferEncoding { 
     RW_HTTP_NONE = 0,
     RW_HTTP_CHUNKED = 1,
     RW_HTTP_CLOSE = 2
}


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.