http

Description

Module for implementing HTTP communication.

Groups

CertStore (C) C interface module for nn::http::CertStore.
ClientCert (C) C interface module for nn::http::ClientCert.
Connection (C) C interface module for nn::http::Connection.

Enumerated Types

nnHttpRequestMethod HTTP request methods.
nnHttpEncodingType Encoding types for POST data.
nnHttpPostDataType Types of POST data.
nnHttpStatus Connection handle statuses.
nnHttpResultCode API C-language result codes. These result codes are stored in the description element of the nnResult instance returned by the functions in the API.

typedef Definitions

NnHttpCertId Certificate ID.
NnHttpInternalCaCertId Built-in CA certificate ID. (Same meaning as the SSL library's nnSslInternalCaCert value.)
NnHttpInternalClientCertId Built-in client certificate ID. (Same meaning as the SSL library's nnSslInternalClientCert value.)

Functions

nnhttpInitialize See the corresponding C++ function, nn::http::Initialize.
nnhttpFinalize See the corresponding C++ function, nn::http::Finalize.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL