UriScheme.h File Reference
#include "anyp/ProtocolType.h"
#include "sbuf/SBuf.h"
#include <iosfwd>
#include <optional>
#include <vector>
Include dependency graph for UriScheme.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | AnyP::UriScheme |
Namespaces | |
namespace | AnyP |
Typedefs | |
using | AnyP::KnownPort = uint16_t |
validated/supported port number; these values are never zero More... | |
using | AnyP::Port = std::optional< KnownPort > |
validated/supported port number (if any) More... | |
Functions | |
std::ostream & | AnyP::operator<< (std::ostream &os, const UriScheme &scheme) |