nnhttpConnectionGetHeaderField FunctionNN_EXTERN_C nnResult nnhttpConnectionGetHeaderField( const nnhttpConnection * this_, const char * pLabel, char * pFieldBuf, size_t bufSize, size_t * pFieldLengthCourier );
| Name | Description | |
|---|---|---|
| this_ | ||
| pLabel | ||
| pFieldBuf | ||
| bufSize | ||
| pFieldLengthCourier |
See the corresponding C++ function nn::http::Connection::GetHeaderField.
CONFIDENTIAL