nnhttpConnectionGetHeaderField Function

Syntax

NN_EXTERN_C nnResult nnhttpConnectionGetHeaderField(
     const nnhttpConnection * this_,
     const char * pLabel,
     char * pFieldBuf,
     size_t bufSize,
     size_t * pFieldLengthCourier
);

Arguments

Name Description
this_
pLabel
pFieldBuf
bufSize
pFieldLengthCourier

Return Values

Description

See the corresponding C++ function nn::http::Connection::GetHeaderField.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL