Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpRequest Struct Reference

Incoming message from the perspective of the participants of an HTTP transaction. More...

#include <HttpConnection.h>

Public Member Functions

const HttpParsergetParser () const
 Gets the associated HttpParser.
 
StringSpan getURL () const
 Gets the request URL.
 
void reset ()
 Resets this object for it to be re-usable.
 

Friends

struct HttpConnectionsPool
 
struct HttpResponse
 
struct HttpAsyncServer
 

Detailed Description

Incoming message from the perspective of the participants of an HTTP transaction.

Member Function Documentation

◆ getParser()

const HttpParser & SC::HttpRequest::getParser ( ) const
inline

Gets the associated HttpParser.

◆ getURL()

StringSpan SC::HttpRequest::getURL ( ) const
inline

Gets the request URL.

◆ reset()

void SC::HttpRequest::reset ( )

Resets this object for it to be re-usable.


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