userver: easy::HttpBase::Callback Struct Reference
Loading...
Searching...
No Matches
easy::HttpBase::Callback Struct Reference

Detailed Description

Definition at line 107 of file easy.hpp.

Public Attributes

std::function< std::string(const server::http::HttpRequest &, const impl::DependenciesBase &)> function
 
std::optional< http::ContentTypecontent_type
 

Member Data Documentation

◆ content_type

std::optional<http::ContentType> easy::HttpBase::Callback::content_type

Definition at line 109 of file easy.hpp.

◆ function

std::function<std::string(const server::http::HttpRequest&, const impl::DependenciesBase&)> easy::HttpBase::Callback::function

Definition at line 108 of file easy.hpp.


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