userver: userver/server/request/task_inherited_headers.hpp File Reference
Loading...
Searching...
No Matches
task_inherited_headers.hpp File Reference

Detailed Description

Functions that provide access to incoming headers stored in TaskInheritedVariable.

Definition in file task_inherited_headers.hpp.

Go to the source code of this file.

#include <string>
#include <boost/range/iterator_range.hpp>
#include <userver/utils/impl/transparent_hash.hpp>

Namespaces

namespace  server::request
 Server request related types and functions.
 

Typedefs

using server::request::HeadersToPropagate
 

Functions

boost::iterator_range< HeadersToPropagate::const_iterator > server::request::GetTaskInheritedHeaders ()
 Get a headers that is handled by the current task hierarchy.
 
void server::request::SetTaskInheritedHeaders (HeadersToPropagate headers)
 Set a headers that is handled by the current task hierarchy.