|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
#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::ByteMap > | a11::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. | |