forked from ldcsaa/HP-Socket
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
liangdc
committed
Nov 30, 2016
1 parent
982cedc
commit ab3fba2
Showing
1,722 changed files
with
315,749 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# ======================================== # | ||
HP-Socket v4.1.1 API 更新列表: | ||
# ======================================== # | ||
-------------------- | ||
1、WebSocket: | ||
-------------------- | ||
HP_HttpAgent_SendWSMessage | ||
HP_HttpAgent_GetWSMessageState | ||
|
||
HP_HttpClient_SendWSMessage | ||
HP_HttpClient_GetWSMessageState | ||
|
||
HP_HttpServer_SendWSMessage | ||
HP_HttpServer_GetWSMessageState | ||
|
||
HP_Set_FN_HttpAgent_OnWSMessageHeader | ||
HP_Set_FN_HttpAgent_OnWSMessageBody | ||
HP_Set_FN_HttpAgent_OnWSMessageComplete | ||
|
||
HP_Set_FN_HttpClient_OnWSMessageHeader | ||
HP_Set_FN_HttpClient_OnWSMessageBody | ||
HP_Set_FN_HttpClient_OnWSMessageComplete | ||
|
||
HP_Set_FN_HttpServer_OnWSMessageHeader | ||
HP_Set_FN_HttpServer_OnWSMessageBody | ||
HP_Set_FN_HttpServer_OnWSMessageComplete | ||
|
||
-------------------- | ||
2、HTTP Sync Client: | ||
-------------------- | ||
Create_HP_HttpSyncClient | ||
Destroy_HP_HttpSyncClient | ||
|
||
Create_HP_HttpsSyncClient (#SSL) | ||
Destroy_HP_HttpsSyncClientt (#SSL) | ||
|
||
HP_HttpSyncClient_OpenUrl | ||
HP_HttpSyncClient_CleanupRequestResult | ||
HP_HttpSyncClient_GetConnectTimeout | ||
HP_HttpSyncClient_GetRequestTimeout | ||
HP_HttpSyncClient_SetConnectTimeout | ||
HP_HttpSyncClient_SetRequestTimeout | ||
HP_HttpSyncClient_GetResponseBody | ||
|
||
-------------------- | ||
3、TCP / HTTP: | ||
-------------------- | ||
HP_Agent_GetRemoteHost | ||
HP_Client_GetRemoteHost | ||
HP_HttpAgent_GetContentEncoding | ||
HP_HttpAgent_GetTransferEncoding | ||
HP_HttpClient_GetContentEncoding | ||
HP_HttpClient_GetTransferEncoding | ||
HP_HttpServer_GetContentEncoding | ||
HP_HttpServer_GetHost | ||
HP_HttpServer_GetTransferEncoding | ||
|
||
-------------------- | ||
4、其它: | ||
-------------------- | ||
SYS_GetIPv4InAddr | ||
SYS_IsIPAddress | ||
SYS_GetIPAddress | ||
SYS_GetOptimalIPByHostName | ||
|
||
SYS_NToH64 | ||
SYS_HToN64 | ||
|
||
SYS_CodePageToUnicode | ||
SYS_UnicodeToCodePage | ||
SYS_GbkToUnicode | ||
SYS_UnicodeToGbk | ||
SYS_Utf8ToUnicode | ||
SYS_UnicodeToUtf8 | ||
SYS_GbkToUtf8 | ||
SYS_Utf8ToGbk | ||
|
||
HP_GetHPSocketVersion | ||
SYS_Compress | ||
SYS_CompressEx | ||
SYS_Uncompress | ||
SYS_UncompressEx | ||
SYS_GuessCompressBound | ||
SYS_GZipCompress | ||
SYS_GZipUncompress | ||
SYS_GZipGuessUncompressBound | ||
|
||
SYS_GuessBase64EncodeBound | ||
SYS_GuessBase64DecodeBound | ||
SYS_Base64Encode | ||
SYS_Base64Decode | ||
SYS_GuessUrlEncodeBound | ||
SYS_GuessUrlDecodeBound | ||
SYS_UrlEncode | ||
SYS_UrlDecode |
Oops, something went wrong.