A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
wire_stream.cc File Reference
#include "a11/net/wire_stream.h"
#include <cstddef>
#include <string>
#include <utility>
#include <absl/status/status.h>
#include <absl/strings/ascii.h>
#include "a11/data/types.h"

Namespaces

namespace  a11
 
namespace  a11::net
 

Functions

absl::StatusOr< data::ByteMapa11::net::NormalizeWireHeaders (data::ByteMap headers)
 Validate and case-normalise a wire header map, returning the normalised copy or a non-OK status if a header name/value is invalid.