TCPIP_HTTP_CurrentConnectionHasArgsGet Function

C

uint8_t TCPIP_HTTP_CurrentConnectionHasArgsGet(
    HTTP_CONN_HANDLE connHandle
);

Description

The function will get the value of the "cookies or get arguments" that are present.

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.

Returns

The current value of the connection hasArgs.

Remarks

None.

Example

uint8_t hasArgs = TCPIP_HTTP_CurrentConnectionHasArgsGet(connHandle);