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

Iterates over all header names in a request or response. More...

#include <header.h>

Inheritance diagram for fastly::http::HeaderNamesRange:
fastly::detail::RustIteratorRange< HeaderNamesRange, fastly::sys::http::HeaderNamesIter >

Public Member Functions

std::optional< std::string > next ()
 Gets the next header name.

Detailed Description

Iterates over all header names in a request or response.

Member Function Documentation

◆ next()

std::optional< std::string > fastly::http::HeaderNamesRange::next ( )
inline

Gets the next header name.


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