API Guide Home
(Online version only)

HS_HTTPLibConst.h File Reference

Go to the source code of this file.

Defines

Typedefs

Enumerations


Define Documentation

#define httpPostMULTIPART   0x00000004

Definition at line 358 of file HS_HTTPLibConst.h.

#define httpPostPLAINTEXT   0x00000002

Definition at line 357 of file HS_HTTPLibConst.h.

#define httpPostURLENCODED   0x00000001

Definition at line 356 of file HS_HTTPLibConst.h.

#define httpSSLFlagConnTLS   0x00000004

Definition at line 424 of file HS_HTTPLibConst.h.

#define httpSSLFlagConnV2   0x00000001

Definition at line 422 of file HS_HTTPLibConst.h.

#define httpSSLFlagConnV2TLS   (httpSSLFlagConnV2 | httpSSLFlagConnTLS)

Definition at line 426 of file HS_HTTPLibConst.h.

#define httpSSLFlagConnV2V3   (httpSSLFlagConnV2 | httpSSLFlagConnV3)

Definition at line 425 of file HS_HTTPLibConst.h.

#define httpSSLFlagConnV2V3TLS   (httpSSLFlagConnV2 | httpSSLFlagConnV3 | httpSSLFlagConnTLS)

Definition at line 428 of file HS_HTTPLibConst.h.

#define httpSSLFlagConnV3   0x00000002

Definition at line 423 of file HS_HTTPLibConst.h.

#define httpSSLFlagConnV3TLS   (httpSSLFlagConnV3 | httpSSLFlagConnTLS)

Definition at line 427 of file HS_HTTPLibConst.h.

#define httpStreamRead   0x00000001

Definition at line 161 of file HS_HTTPLibConst.h.

#define httpStreamReadWrite   (httpStreamRead|httpStreamWrite)

Definition at line 163 of file HS_HTTPLibConst.h.

#define httpStreamTextCRCR   "\015\015"

Definition at line 190 of file HS_HTTPLibConst.h.

#define httpStreamTextCRLF   "\015\012"

Definition at line 188 of file HS_HTTPLibConst.h.

#define httpStreamTextCRLFCRLF   "\015\012\015\012"

Definition at line 189 of file HS_HTTPLibConst.h.

#define httpStreamTextLFLF   "\012\012"

Definition at line 191 of file HS_HTTPLibConst.h.

#define httpStreamWrite   0x00000002

Definition at line 162 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapAuthCacheGetChallengeTokenSS   (sysLibTrapCustom + 58)

Definition at line 75 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapAuthInfoPass   (sysLibTrapCustom + 56)

Definition at line 73 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapAuthInfoRealm   (sysLibTrapCustom + 57)

Definition at line 74 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapAuthInfoTidy   (sysLibTrapCustom + 51)

Definition at line 68 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapAuthInfoUser   (sysLibTrapCustom + 55)

Definition at line 72 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCert_EndPeekIssuerRDN   (sysLibTrapCustom + 88)

Definition at line 105 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCert_EndPeekSubjectRDN   (sysLibTrapCustom + 92)

Definition at line 109 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCert_PeekRSAPublicKeyBits   (sysLibTrapCustom + 95)

Definition at line 112 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCert_PeekValidityEnd   (sysLibTrapCustom + 94)

Definition at line 111 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCert_PeekValidityStart   (sysLibTrapCustom + 93)

Definition at line 110 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertBeginPeekIssuerRDN   (sysLibTrapCustom + 85)

Definition at line 102 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertBeginPeekSubjectRDN   (sysLibTrapCustom + 89)

Definition at line 106 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListBeginDecode   (sysLibTrapCustom + 79)

Definition at line 96 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListClone   (sysLibTrapCustom + 74)

Definition at line 91 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListDelete   (sysLibTrapCustom + 73)

Definition at line 90 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListEndDecode   (sysLibTrapCustom + 80)

Definition at line 97 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListGetCipherInfo   (sysLibTrapCustom + 130)

Definition at line 147 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListImportCert   (sysLibTrapCustom + 81)

Definition at line 98 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListLength   (sysLibTrapCustom + 78)

Definition at line 95 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListLock   (sysLibTrapCustom + 75)

Definition at line 92 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListNew   (sysLibTrapCustom + 72)

Definition at line 89 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListType   (sysLibTrapCustom + 77)

Definition at line 94 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertListUnlock   (sysLibTrapCustom + 76)

Definition at line 93 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertPeekIssuerRDN   (sysLibTrapCustom + 86)

Definition at line 103 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertPeekIssuerRDNStrType   (sysLibTrapCustom + 87)

Definition at line 104 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertPeekSerialNumber   (sysLibTrapCustom + 83)

Definition at line 100 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertPeekSignAlgo   (sysLibTrapCustom + 84)

Definition at line 101 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertPeekSubjectRDN   (sysLibTrapCustom + 90)

Definition at line 107 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertPeekSubjectRDNStrType   (sysLibTrapCustom + 91)

Definition at line 108 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCertPeekVersion   (sysLibTrapCustom + 82)

Definition at line 99 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapClearDNSCache   (sysLibTrapCustom + 5)

Definition at line 22 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapClientCertListClone   (sysLibTrapCustom + 97)

Definition at line 114 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapClientCertListDelete   (sysLibTrapCustom + 98)

Definition at line 115 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapClientCertListIsValid   (sysLibTrapCustom + 100)

Definition at line 117 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapClientCertListLength   (sysLibTrapCustom + 99)

Definition at line 116 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapClientCertListNew   (sysLibTrapCustom + 96)

Definition at line 113 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapClientCertListSetValid   (sysLibTrapCustom + 101)

Definition at line 118 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapClientCertSelect   (sysLibTrapCustom + 105)

Definition at line 122 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapClose   sysLibTrapClose

Definition at line 14 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCloseAllKeepAlive   (sysLibTrapCustom + 6)

Definition at line 23 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapCookieMakeEmpty   (sysLibTrapCustom + 65)

Definition at line 82 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapDataHandle_Delete   (sysLibTrapCustom + 110)

Definition at line 127 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapDataHandle_Length   (sysLibTrapCustom + 107)

Definition at line 124 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapDataHandle_Lock   (sysLibTrapCustom + 108)

Definition at line 125 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapDataHandle_Unlock   (sysLibTrapCustom + 109)

Definition at line 126 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapFinalize   (sysLibTrapCustom + 2)

Definition at line 19 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapFindAuthCandidate   (sysLibTrapCustom + 139)

Definition at line 156 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapFindAuthInfo   (sysLibTrapCustom + 53)

Definition at line 70 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapFixedString_Delete   (sysLibTrapCustom + 124)

Definition at line 141 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapFixedString_Length   (sysLibTrapCustom + 120)

Definition at line 137 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapFixedString_Lock   (sysLibTrapCustom + 122)

Definition at line 139 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapFixedString_Unlock   (sysLibTrapCustom + 123)

Definition at line 140 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapFixedStringNew   (sysLibTrapCustom + 121)

Definition at line 138 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapHeaderSplitByX   (sysLibTrapCustom + 50)

Definition at line 67 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapInitialize   (sysLibTrapCustom + 1)

Definition at line 18 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapIsHTTP11OverProxy   (sysLibTrapCustom + 24)

Definition at line 41 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapIsSendCookie   (sysLibTrapCustom + 26)

Definition at line 43 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapIsSendReferer   (sysLibTrapCustom + 25)

Definition at line 42 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapIsUseProxy   (sysLibTrapCustom + 23)

Definition at line 40 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapLoadCookiesEntries   (sysLibTrapCustom + 64)

Definition at line 81 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapMakeAuthInfo   (sysLibTrapCustom + 54)

Definition at line 71 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapMakeCertList   (sysLibTrapCustom + 49)

Definition at line 66 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapMakeCookiesString   (sysLibTrapCustom + 62)

Definition at line 79 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapMakeProxy   (sysLibTrapCustom + 7)

Definition at line 24 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapOpen   sysLibTrapOpen

Definition at line 13 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapOpenCount   (sysLibTrapCustom + 0)

Definition at line 17 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapRegisterSSLClass   (sysLibTrapCustom + 4)

Definition at line 21 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSaveCookiesEntries   (sysLibTrapCustom + 63)

Definition at line 80 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapServerCertConfirm   (sysLibTrapCustom + 103)

Definition at line 120 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetConnectTimeOut   (sysLibTrapCustom + 20)

Definition at line 37 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetCookie   (sysLibTrapCustom + 61)

Definition at line 78 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetCookieMax   (sysLibTrapCustom + 60)

Definition at line 77 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetCookieMode   (sysLibTrapCustom + 59)

Definition at line 76 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetCookieX   (sysLibTrapCustom + 131)

Definition at line 148 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetDefaultHeaders   (sysLibTrapCustom + 14)

Definition at line 31 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetDNSMaxRetry   (sysLibTrapCustom + 66)

Definition at line 83 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetDNSRetryInterval   (sysLibTrapCustom + 67)

Definition at line 84 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetHTTP11OverProxy   (sysLibTrapCustom + 16)

Definition at line 33 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetHTTPPort   (sysLibTrapCustom + 8)

Definition at line 25 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetHTTPSPort   (sysLibTrapCustom + 9)

Definition at line 26 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetMaxKeepAliveTimeout   (sysLibTrapCustom + 133)

Definition at line 150 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetMaxRequestBody   (sysLibTrapCustom + 11)

Definition at line 28 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetMaxRequestHeader   (sysLibTrapCustom + 10)

Definition at line 27 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetNetLibProc   (sysLibTrapCustom + 106)

Definition at line 123 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetProxy   (sysLibTrapCustom + 12)

Definition at line 29 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetReqTimeOut   (sysLibTrapCustom + 21)

Definition at line 38 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetRspTimeOut   (sysLibTrapCustom + 22)

Definition at line 39 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetSendCookie   (sysLibTrapCustom + 19)

Definition at line 36 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetSendProxyKeepAlive   (sysLibTrapCustom + 18)

Definition at line 35 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetSendReferer   (sysLibTrapCustom + 17)

Definition at line 34 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetSSLClientCertSelectProc   (sysLibTrapCustom + 104)

Definition at line 121 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetSSLServerCertConfirmProc   (sysLibTrapCustom + 102)

Definition at line 119 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetSSLVersionFlag   (sysLibTrapCustom + 68)

Definition at line 85 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetTunnelingCallback   (sysLibTrapCustom + 132)

Definition at line 149 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetUseProxy   (sysLibTrapCustom + 15)

Definition at line 32 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetUserAgent   (sysLibTrapCustom + 13)

Definition at line 30 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetUseragentSelectionRule   (sysLibTrapCustom + 141)

Definition at line 158 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetUserPass   (sysLibTrapCustom + 52)

Definition at line 69 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetUserPassX   (sysLibTrapCustom + 138)

Definition at line 155 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSetWakeUpCallback   (sysLibTrapCustom + 140)

Definition at line 157 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSleep   sysLibTrapSleep

Definition at line 15 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSSLClass   (sysLibTrapCustom + 3)

Definition at line 20 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSSLCloseCertDB   (sysLibTrapCustom + 71)

Definition at line 88 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSSLOpenCertDB   (sysLibTrapCustom + 70)

Definition at line 87 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapSSLTimeout   (sysLibTrapCustom + 69)

Definition at line 86 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamAddHeader   (sysLibTrapCustom + 47)

Definition at line 64 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamAddHeaderLine   (sysLibTrapCustom + 46)

Definition at line 63 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamClose   (sysLibTrapCustom + 36)

Definition at line 53 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamCreateRequest   (sysLibTrapCustom + 29)

Definition at line 46 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamCreateRequestWithChunkEncoding   (sysLibTrapCustom + 30)

Definition at line 47 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamDelete   (sysLibTrapCustom + 28)

Definition at line 45 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetContentLength   (sysLibTrapCustom + 44)

Definition at line 61 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetEntityLength   (sysLibTrapCustom + 45)

Definition at line 62 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetFlag   (sysLibTrapCustom + 35)

Definition at line 52 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetHeader   (sysLibTrapCustom + 48)

Definition at line 65 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetHeaderWithOffset   (sysLibTrapCustom + 137)

Definition at line 154 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetRequestSent   (sysLibTrapCustom + 136)

Definition at line 153 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetResponseHeader   (sysLibTrapCustom + 43)

Definition at line 60 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetResponseHeaderLength   (sysLibTrapCustom + 42)

Definition at line 59 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetScheme   (sysLibTrapCustom + 39)

Definition at line 56 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetState   (sysLibTrapCustom + 40)

Definition at line 57 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamGetStatusCode   (sysLibTrapCustom + 41)

Definition at line 58 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamIsHeaderReceived   (sysLibTrapCustom + 37)

Definition at line 54 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamNew   (sysLibTrapCustom + 27)

Definition at line 44 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamReceiveResponse   (sysLibTrapCustom + 34)

Definition at line 51 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamResumeTimer   (sysLibTrapCustom + 134)

Definition at line 151 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamSendRequest   (sysLibTrapCustom + 31)

Definition at line 48 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamSendRequestWithChunkEncoding   (sysLibTrapCustom + 33)

Definition at line 50 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamSendRequestWithPostData   (sysLibTrapCustom + 32)

Definition at line 49 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamSetPostData   (sysLibTrapCustom + 38)

Definition at line 55 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStreamSuspendTimer   (sysLibTrapCustom + 135)

Definition at line 152 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapString_Delete   (sysLibTrapCustom + 119)

Definition at line 136 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapString_Length   (sysLibTrapCustom + 115)

Definition at line 132 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapString_Lock   (sysLibTrapCustom + 117)

Definition at line 134 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapString_Unlock   (sysLibTrapCustom + 118)

Definition at line 135 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapStringNew   (sysLibTrapCustom + 116)

Definition at line 133 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapURLString_Delete   (sysLibTrapCustom + 129)

Definition at line 146 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapURLString_Length   (sysLibTrapCustom + 125)

Definition at line 142 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapURLString_Lock   (sysLibTrapCustom + 127)

Definition at line 144 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapURLString_Unlock   (sysLibTrapCustom + 128)

Definition at line 145 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapURLStringNew   (sysLibTrapCustom + 126)

Definition at line 143 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapVHandle_Delete   (sysLibTrapCustom + 114)

Definition at line 131 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapVHandle_Length   (sysLibTrapCustom + 111)

Definition at line 128 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapVHandle_Lock   (sysLibTrapCustom + 112)

Definition at line 129 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapVHandle_Unlock   (sysLibTrapCustom + 113)

Definition at line 130 of file HS_HTTPLibConst.h.

#define kHTTPLibTrapWake   sysLibTrapWake

Definition at line 16 of file HS_HTTPLibConst.h.


Typedef Documentation

Definition at line 186 of file HS_HTTPLibConst.h.

Definition at line 178 of file HS_HTTPLibConst.h.

Definition at line 171 of file HS_HTTPLibConst.h.

Definition at line 353 of file HS_HTTPLibConst.h.

typedef enum httpError_ httpErrorEnum

Definition at line 230 of file HS_HTTPLibConst.h.

Definition at line 418 of file HS_HTTPLibConst.h.

Definition at line 241 of file HS_HTTPLibConst.h.

Definition at line 291 of file HS_HTTPLibConst.h.

Definition at line 277 of file HS_HTTPLibConst.h.

Definition at line 345 of file HS_HTTPLibConst.h.

Definition at line 269 of file HS_HTTPLibConst.h.

Definition at line 300 of file HS_HTTPLibConst.h.


Enumeration Type Documentation

anonymous enum

Enumerator:
httpCookieClearAtFinalize 
httpCookieClearAll 
httpCookieClearSessionCookiesOnly 

Definition at line 430 of file HS_HTTPLibConst.h.

anonymous enum

Enumerator:
httpDNSModeIPV4Only 

Definition at line 437 of file HS_HTTPLibConst.h.

00437      {
00438     httpDNSModeIPV4Only = 0
00439 };

anonymous enum

Enumerator:
httpCetListTypeUnknown 
httpCetListTypeServer 
httpCetListTypeClient 
httpCetListTypeBrowser 
httpCetListTypeTypes 

Definition at line 441 of file HS_HTTPLibConst.h.

Enumerator:
httpAuthPathSame 
httpAuthPathAncestor 
httpAuthPathDescendant 
httpAuthPathCousin 

Definition at line 180 of file HS_HTTPLibConst.h.

Enumerator:
httpAuthTargetPage 
httpAuthTargetProxy 
httpAuthTargetTargets 

Definition at line 173 of file HS_HTTPLibConst.h.

00173                      {
00174     httpAuthTargetPage = 0,
00175     httpAuthTargetProxy,
00176     httpAuthTargetTargets
00177 };

Enumerator:
httpAuthTypeNone 
httpAuthTypeBasic 
httpAuthTypeDigest 
httpAuthTypeTypes 

Definition at line 165 of file HS_HTTPLibConst.h.

00165                    {
00166     httpAuthTypeNone = -1,
00167     httpAuthTypeBasic = 0,
00168     httpAuthTypeDigest,
00169     httpAuthTypeTypes
00170 };

Enumerator:
httpCookieNotifyBeforeSet 
httpCookieAlwaysSet 
httpCookieNeverSet 

Definition at line 348 of file HS_HTTPLibConst.h.

00348                  {
00349     httpCookieNotifyBeforeSet = 0,
00350     httpCookieAlwaysSet,
00351     httpCookieNeverSet
00352 };

enum httpError_

Enumerator:
httpErrorOK 
httpErrorGeneric 
httpErrorWouldBlock 
httpErrorIOSleep 
httpErrorNoMem 
httpErrorInval 
httpErrorDNSInval 
httpErrorDNSNoServer 
httpErrorDNSTimedout 
httpErrorDNSNotFound 
httpErrorTCPOpen 
httpErrorTCPConnect 
httpErrorTCPRead 
httpErrorTCPWrite 
httpErrorSSLConnect 
httpErrorSSLHandShake 
httpErrorSSLRead 
httpErrorSSLWrite 
httpErrorReqTimedout 
httpErrorRspTimedout 
httpErrorCacheNone 
httpErrorCacheExpire 
httpErrorAuthUnknown 
httpErrorAuthNoHeader 
httpErrorAuthFormat 
httpErrorRedirectFormat 
httpErrorRedirectCanceled 
httpErrorReqHeaderSizeOver 
httpErrorReqBodySizeOver 
httpErrorRspHeaderSizeOver 
httpErrorReqTooManyContinue 
httpErrorTLSIntolerant 

Definition at line 194 of file HS_HTTPLibConst.h.

Enumerator:
httpHeaderIDCacheControl 
httpHeaderIDConnection 
httpHeaderIDDate 
httpHeaderIDPragma 
httpHeaderIDTrailer 
httpHeaderIDTransferEncoding 
httpHeaderIDUpgrade 
httpHeaderIDVia 
httpHeaderIDWarning 
httpHeaderIDKeepAlive 
httpHeaderIDProxyConnection 
httpHeaderIDAccept 
httpHeaderIDAcceptCharset 
httpHeaderIDAcceptEncoding 
httpHeaderIDAcceptLanguage 
httpHeaderIDAuthorization 
httpHeaderIDExpect 
httpHeaderIDFrom 
httpHeaderIDHost 
httpHeaderIDIfMatch 
httpHeaderIDIfModifiedSince 
httpHeaderIDIfNoneMatch 
httpHeaderIDIfRange 
httpHeaderIDIfUnmodifiedSince 
httpHeaderIDMaxForwards 
httpHeaderIDProxyAuthorization 
httpHeaderIDRange 
httpHeaderIDReferer 
httpHeaderIDTE 
httpHeaderIDUserAgent 
httpHeaderIDCookie 
httpHeaderIDAcceptRanges 
httpHeaderIDAge 
httpHeaderIDETag 
httpHeaderIDLocation 
httpHeaderIDProxyAuthenticate 
httpHeaderIDRetryAfter 
httpHeaderIDServer 
httpHeaderIDVary 
httpHeaderIDWWWAuthenticate 
httpHeaderIDSetCookie 
httpHeaderIDAuthenticationInfo 
httpHeaderIDProxyAuthenticationInfo 
httpHeaderIDAllow 
httpHeaderIDContentEncoding 
httpHeaderIDContentDisposition 
httpHeaderIDContentLanguage 
httpHeaderIDContentLength 
httpHeaderIDContentLocation 
httpHeaderIDContentMD5 
httpHeaderIDContentRange 
httpHeaderIDContentType 
httpHeaderIDExpires 
httpHeaderIDLastModified 
httpHeaderIDRefresh 
httpHeaderIDENUMS 

Definition at line 360 of file HS_HTTPLibConst.h.

00360                    {
00361     httpHeaderIDCacheControl,
00362     httpHeaderIDConnection,
00363     httpHeaderIDDate,
00364     httpHeaderIDPragma,
00365     httpHeaderIDTrailer,
00366     httpHeaderIDTransferEncoding,
00367     httpHeaderIDUpgrade,
00368     httpHeaderIDVia,
00369     httpHeaderIDWarning,
00370     httpHeaderIDKeepAlive,
00371     httpHeaderIDProxyConnection,
00372     httpHeaderIDAccept,
00373     httpHeaderIDAcceptCharset,
00374     httpHeaderIDAcceptEncoding,
00375     httpHeaderIDAcceptLanguage,
00376     httpHeaderIDAuthorization,
00377     httpHeaderIDExpect,
00378     httpHeaderIDFrom,
00379     httpHeaderIDHost,
00380     httpHeaderIDIfMatch,
00381     httpHeaderIDIfModifiedSince,
00382     httpHeaderIDIfNoneMatch,
00383     httpHeaderIDIfRange,
00384     httpHeaderIDIfUnmodifiedSince,
00385     httpHeaderIDMaxForwards,
00386     httpHeaderIDProxyAuthorization,
00387     httpHeaderIDRange,
00388     httpHeaderIDReferer,
00389     httpHeaderIDTE,
00390     httpHeaderIDUserAgent,
00391     httpHeaderIDCookie,
00392     httpHeaderIDAcceptRanges,
00393     httpHeaderIDAge,
00394     httpHeaderIDETag,
00395     httpHeaderIDLocation,
00396     httpHeaderIDProxyAuthenticate,
00397     httpHeaderIDRetryAfter,
00398     httpHeaderIDServer,
00399     httpHeaderIDVary,
00400     httpHeaderIDWWWAuthenticate,
00401     httpHeaderIDSetCookie,
00402     httpHeaderIDAuthenticationInfo,
00403     httpHeaderIDProxyAuthenticationInfo,
00404     httpHeaderIDAllow,
00405     httpHeaderIDContentEncoding,
00406     httpHeaderIDContentDisposition,
00407     httpHeaderIDContentLanguage,
00408     httpHeaderIDContentLength,
00409     httpHeaderIDContentLocation,
00410     httpHeaderIDContentMD5,
00411     httpHeaderIDContentRange,
00412     httpHeaderIDContentType,
00413     httpHeaderIDExpires,
00414     httpHeaderIDLastModified,
00415     httpHeaderIDRefresh,
00416     httpHeaderIDENUMS
00417 };

Enumerator:
httpHeaderTypeGeneral 
httpHeaderTypeRequest 
httpHeaderTypeResponse 
httpHeaderTypeEntity 
httpHeaderTypeOther 
httpHeaderTypeTypes 

Definition at line 233 of file HS_HTTPLibConst.h.

Enumerator:
httpMethodOPTIONS 
httpMethodGET 
httpMethodHEAD 
httpMethodPOST 
httpMethodPUT 
httpMethodDELETE 
httpMethodTRACE 
httpMethodCONNECT 
httpMethodMethods 

Definition at line 280 of file HS_HTTPLibConst.h.

00280                  {
00281     httpMethodOPTIONS = 0,
00282     httpMethodGET,
00283     httpMethodHEAD,
00284     httpMethodPOST,
00285     httpMethodPUT,
00286     httpMethodDELETE,
00287     httpMethodTRACE,
00288     httpMethodCONNECT,
00289     httpMethodMethods
00290 };

Enumerator:
httpSchemeHTTP 
httpSchemeHTTPS 
httpSchemeSchemes 

Definition at line 272 of file HS_HTTPLibConst.h.

00272                  {
00273     httpSchemeHTTP = 0,
00274     httpSchemeHTTPS,
00275     httpSchemeSchemes
00276 };

Enumerator:
httpStatusCodeContinue 
httpStatusCodeSwitchingProtocols 
httpStatusCodeOK 
httpStatusCodeCreated 
httpStatusCodeAccepted 
httpStatusCodeNonAuthoritativeInformation 
httpStatusCodeNoContent 
httpStatusCodeResetContent 
httpStatusCodePartialContent 
httpStatusCodeMultipleChoices 
httpStatusCodeMovedPermanently 
httpStatusCodeFound 
httpStatusCodeSeeOther 
httpStatusCodeNotModified 
httpStatusCodeUseProxy 
httpStatusCodeTemporaryRedirect 
httpStatusCodeBadRequest 
httpStatusCodeUnauthorized 
httpStatusCodePaymentRequired 
httpStatusCodeForbidden 
httpStatusCodeNotFound 
httpStatusCodeMethodNotAllowed 
httpStatusCodeNotAcceptable 
httpStatusCodeProxyAuthenticationRequired 
httpStatusCodeRequestTimeout 
httpStatusCodeConflict 
httpStatusCodeGone 
httpStatusCodeLengthRequired 
httpStatusCodePreconditionFailed 
httpStatusCodeRequestEntityTooLarge 
httpStatusCodeRequestURITooLarge 
httpStatusCodeUnsupportedMediaType 
httpStatusCodeRequestedRangeNotSatisfiable 
httpStatusCodeExpectationFailed 
httpStatusCodeInternalServerError 
httpStatusCodeNotImplemented 
httpStatusCodeBadGateway 
httpStatusCodeServiceUnavailable 
httpStatusCodeGatewayTimeout 
httpStatusCodeHTTPVersionNotSupported 

Definition at line 303 of file HS_HTTPLibConst.h.

00303                      {
00304     httpStatusCodeContinue                          = 100,
00305     httpStatusCodeSwitchingProtocols                = 101,
00306     httpStatusCodeOK                                = 200,
00307     httpStatusCodeCreated                           = 201,
00308     httpStatusCodeAccepted                          = 202,
00309     httpStatusCodeNonAuthoritativeInformation       = 203,
00310     httpStatusCodeNoContent                         = 204,
00311     httpStatusCodeResetContent                      = 205,
00312     httpStatusCodePartialContent                    = 206,
00313     httpStatusCodeMultipleChoices                   = 300,
00314     httpStatusCodeMovedPermanently                  = 301,
00315     httpStatusCodeFound                             = 302,
00316     httpStatusCodeSeeOther                          = 303,
00317     httpStatusCodeNotModified                       = 304,
00318     httpStatusCodeUseProxy                          = 305,
00319     httpStatusCodeTemporaryRedirect                 = 307,
00320     httpStatusCodeBadRequest                        = 400,
00321     httpStatusCodeUnauthorized                      = 401,
00322     httpStatusCodePaymentRequired                   = 402,
00323     httpStatusCodeForbidden                         = 403,
00324     httpStatusCodeNotFound                          = 404,
00325     httpStatusCodeMethodNotAllowed                  = 405,
00326     httpStatusCodeNotAcceptable                     = 406,
00327     httpStatusCodeProxyAuthenticationRequired       = 407,
00328     httpStatusCodeRequestTimeout                    = 408,
00329     httpStatusCodeConflict                          = 409,
00330     httpStatusCodeGone                              = 410,
00331     httpStatusCodeLengthRequired                    = 411,
00332     httpStatusCodePreconditionFailed                = 412,
00333     httpStatusCodeRequestEntityTooLarge             = 413,
00334     httpStatusCodeRequestURITooLarge                = 414,
00335     httpStatusCodeUnsupportedMediaType              = 415,
00336     httpStatusCodeRequestedRangeNotSatisfiable      = 416,
00337     httpStatusCodeExpectationFailed                 = 417,
00338     httpStatusCodeInternalServerError               = 500,
00339     httpStatusCodeNotImplemented                    = 501,
00340     httpStatusCodeBadGateway                        = 502,
00341     httpStatusCodeServiceUnavailable                = 503,
00342     httpStatusCodeGatewayTimeout                    = 504,
00343     httpStatusCodeHTTPVersionNotSupported           = 505
00344 };

Enumerator:
httpStreamStateNew 
httpStreamStateDormant 
httpStreamStateReqCreated 
httpStreamStateReqResolve 
httpStreamStateReqResolving 
httpStreamStateReqOpen 
httpStreamStateReqConnect 
httpStreamStateReqConnecting 
httpStreamStateReqProxyConnect 
httpStreamStateReqProxyConnecting 
httpStreamStateReqSSLHandShaking 
httpStreamStateReqSSLHandShaked 
httpStreamStateReqSending 
httpStreamStateReqSent 
httpStreamStateRspHeaderWaiting 
httpStreamStateRspContinue 
httpStreamStateRspHeaderReceiving 
httpStreamStateRspHeaderReceived 
httpStreamStateRspEntityReceiving 
httpStreamStateRspEntityReceived 
httpStreamStateObsolete 
httpStreamStateDelete 
httpStreamStateStates 

Definition at line 244 of file HS_HTTPLibConst.h.

Enumerator:
httpVersion_0_9 
httpVersion_1_0 
httpVersion_1_1 
httpVersionVersions 

Definition at line 294 of file HS_HTTPLibConst.h.

00294                   {
00295     httpVersion_0_9 = 0,
00296     httpVersion_1_0,
00297     httpVersion_1_1,
00298     httpVersionVersions
00299 };


Top Palm Developer Network
© 2004-2008, Palm, Inc. All rights reserved.
Generated on Fri Jun 13 10:07:00 2008 for Palm API Guide