CCF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
http::RequestTooLargeException Class Reference

#include <http_exceptions.h>

Inherits std::runtime_error.

Inherited by http::RequestHeaderTooLargeException, and http::RequestPayloadTooLargeException.

Public Member Functions

 RequestTooLargeException (const std::string &msg, http2::StreamId stream_id=http2::DEFAULT_STREAM_ID)
 
http2::StreamId get_stream_id () const
 

Constructor & Destructor Documentation

◆ RequestTooLargeException()

http::RequestTooLargeException::RequestTooLargeException ( const std::string &  msg,
http2::StreamId  stream_id = http2::DEFAULT_STREAM_ID 
)
inline

Member Function Documentation

◆ get_stream_id()

http2::StreamId http::RequestTooLargeException::get_stream_id ( ) const
inline

The documentation for this class was generated from the following file: