Connection (C)

Description

C interface module for nn::http::Connection.

Structures

nnhttpConnection C structure representing an HTTP Connection.

Functions

nnhttpConnectionInitialize See the corresponding C++ function, nn::http::Connection::Initialize.
nnhttpConnectionFinalize See the corresponding C++ function, nn::http::Connection::Finalize.
nnhttpConnectionConnect See the corresponding C++ function, nn::http::Connection::Connect.
nnhttpConnectionConnectAsync See the corresponding C++ function, nn::http::Connection::ConnectAsync.
nnhttpConnectionCancel See the corresponding C++ function, nn::http::Connection::Cancel.
nnhttpConnectionRead See the corresponding C++ function, nn::http::Connection::Read.
nnhttpConnectionGetStatus See the corresponding C++ function, nn::http::Connection::GetStatus.
nnhttpConnectionGetProgress See the corresponding C++ function, nn::http::Connection::GetProgress.
nnhttpConnectionGetError See the corresponding C++ function, nn::http::Connection::GetError.
nnhttpConnectionSetProxy See the corresponding C++ function, nn::http::Connection::SetProxy.
nnhttpConnectionSetBasicAuthorization See the corresponding C++ function, nn::http::Connection::SetBasicAuthorization.
nnhttpConnectionSetSocketBufferSize See the corresponding C++ function, nn::http::Connection::SetSocketBufferSize.
nnhttpConnectionAddHeaderField See the corresponding C++ function, nn::http::Connection::AddHeaderField.
nnhttpConnectionAddPostDataAscii See the corresponding C++ function, nn::http::Connection::AddPostDataAscii.
nnhttpConnectionAddPostDataBinary See the corresponding C++ function, nn::http::Connection::AddPostDataBinary.
nnhttpConnectionAddPostDataRaw See the corresponding C++ function, nn::http::Connection::AddPostDataRaw.
nnhttpConnectionSetLazyPostDataSetting See the corresponding C++ function, nn::http::Connection::SetLazyPostDataSetting.
nnhttpConnectionNotifyFinishSendPostData See the corresponding C++ function, nn::http::Connection::NofityFinishSendPostData.
nnhttpConnectionSetPostDataEncoding See the corresponding C++ function, nn::http::Connection::SetPostDataEncoding.
nnhttpConnectionSendPostDataAscii See the corresponding C++ function, nn::http::Connection::SendPostDataAscii.
nnhttpConnectionSendPostDataBinary See the corresponding C++ function, nn::http::Connection::SendPostDataBinary.
nnhttpConnectionSendPostDataRaw See the corresponding C++ function, nn::http::Connection::SendPostDataRaw.
nnhttpConnectionGetHeaderField See the corresponding C++ function, nn::http::Connection::GetHeaderField.
nnhttpConnectionGetHeaderAll See the corresponding C++ function, nn::http::Connection::GetHeaderAll.
nnhttpConnectionGetStatusCode See the corresponding C++ function, nn::http::Connection::GetStatusCode.
nnhttpConnectionGetSslError See the corresponding C++ function, nn::http::Connection::GetSslError.
nnhttpConnectionSetVerifyOption See the corresponding C++ function, nn::http::Connection::SetVerifyOption.
nnhttpSetRootCa See the corresponding C++ function, nn::http::Connection::SetRootCa.
nnhttpSetInternalRootCa See the corresponding C++ function, nn::http::Connection::SetRootCa.
nnhttpSetRootCaStore See the corresponding C++ function, nn::http::Connection::SetRootCaStore.
nnhttpSetClientCert See the corresponding C++ function, nn::http::Connection::SetClientCert.
nnhttpSetInternalClientCert See the corresponding C++ function, nn::http::Connection::SetClientCert.
nnhttpSetClientCertObj See the corresponding C++ function, nn::http::Connection::SetClientCert.
nnhttpDisableVerifyOptionForDebug See the corresponding C++ function, nn::http::Connection::DisableVerifyOptionForDebug.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL