Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::http::HeadersRange Class Reference

Iterates over all headers in a request or response. More...

#include <header.h>

Inheritance diagram for fastly::http::HeadersRange:
fastly::detail::RustIteratorRange< HeadersRange, fastly::sys::http::HeadersIter >

Public Member Functions

std::optional< std::pair< std::string, HeaderValue > > next ()
 Gets the next header name and value.

Detailed Description

Iterates over all headers in a request or response.

Member Function Documentation

◆ next()

std::optional< std::pair< std::string, HeaderValue > > fastly::http::HeadersRange::next ( )
inline

Gets the next header name and value.


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