LibHTTP API Reference

December 13, 2016 ยท View on GitHub

httplib_get_context( conn );

Parameters

ParameterTypeDescription
connconst struct httplib_connection *The connection for which the context has to be returned

Return Value

TypeDescription
struct httplib_context *A pointer to the context of the given connection

Description

The function httplib_get_context() returns the context associated with a connection.

See Also

  • httplib_start();
  • httplib_stop();

Contents

  1. 0.1httplib_get_context( conn );
  2. 0.2Parameters
  3. 0.3Return Value
  4. 0.4Description
  5. 0.5See Also