Malloy
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
malloy::server::endpoint_http_redirect Struct Reference
Inheritance diagram for malloy::server::endpoint_http_redirect:
Inheritance graph
[legend]
Collaboration diagram for malloy::server::endpoint_http_redirect:
Collaboration graph
[legend]

Public Member Functions

bool matches (const req_header_t &head) const override
 
handle_retr handle (const req_t &, const http::connection_t &) const override
 
- Public Member Functions inherited from malloy::server::endpoint_http
 endpoint_http (const endpoint_http &other)=default
 
 endpoint_http (endpoint_http &&other) noexcept=default
 
endpoint_httpoperator= (const endpoint_http &rhs)=default
 
endpoint_httpoperator= (endpoint_http &&rhs) noexcept=default
 
virtual bool matches (const req_header_t &req) const
 
virtual handle_retr handle (const req_t &req, const http::connection_t &conn) const =0
 
- Public Member Functions inherited from malloy::server::endpoint
 endpoint (const endpoint &other)=default
 
 endpoint (endpoint &&other) noexcept=default
 
endpointoperator= (const endpoint &rhs)=default
 
endpointoperator= (endpoint &&rhs) noexcept=default
 

Public Attributes

malloy::http::status status
 
std::string resource_old
 
std::string resource_new
 
- Public Attributes inherited from malloy::server::endpoint_http
malloy::http::method method = malloy::http::method::unknown
 

Additional Inherited Members

- Public Types inherited from malloy::server::endpoint_http
template<typename... Bodies>
using response_t = std::variant< malloy::http::response< Bodies >... >
 
template<typename... Bodies>
using writer_t = std::function< void(const boost::beast::http::request_header<> &, std::variant< malloy::http::response< Bodies >... > &&, const http::connection_t &)>
 
using handle_retr = std::optional< malloy::http::response< boost::beast::http::string_body > >
 
using req_header_t = boost::beast::http::request_header<>
 
using req_t = http::request_generator_t
 

Member Function Documentation

◆ handle()

handle_retr malloy::server::endpoint_http_redirect::handle ( const req_t &  req,
const http::connection_t &  conn 
) const
inlineoverridevirtual

Handle the request and return the corresponding response.

Parameters
reqThe request.
Returns
The response for the specified request.

Implements malloy::server::endpoint_http.

Here is the call graph for this function:

◆ matches()

bool malloy::server::endpoint_http_redirect::matches ( const req_header_t &  req) const
inlineoverridevirtual

Checks whether this endpoint would match the specified request.

The default implementation only checks for the matching method.

Parameters
reqThe request to check.
locationThe location to check for matching.
Returns
Whether this endpoint matches the request.

Reimplemented from malloy::server::endpoint_http.


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