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

Iterates over multiple values for an individual header. More...

#include <header.h>

Inheritance diagram for fastly::http::HeaderValuesRange:
fastly::detail::RustIteratorRange< HeaderValuesRange, fastly::sys::http::HeaderValuesIter >

Public Member Functions

std::optional< HeaderValuenext ()
 Gets the next value.

Detailed Description

Iterates over multiple values for an individual header.

Member Function Documentation

◆ next()

std::optional< HeaderValue > fastly::http::HeaderValuesRange::next ( )
inline

Gets the next value.


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