Skip to main content

ec_httpsrv_request_accept_construct_get

Last updated March 2020

Name

ec_httpsrv_request_accept_construct_get — Returns the accept construct from the current session

Synopsis

#include "modules/listeners/httpsrv.h"

| accept_construct * **ec_httpsrv_request_accept_construct_get** ( | sess); |   |

ec_httpsrv_session * <var class="pdparam">sess</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Returns the accept construct from the current session.

Parameters

sess

the session to interrogate

Return Values

the accept construct.

The accept_construct will be valid for the lifetime of the inbound session.

Was this page helpful?