MCPcopy Create free account
hub / github.com/apache/trafficserver / Request

Class Request

plugins/multiplexer/dispatch.h:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69using Origins = std::vector<std::string>;
70
71struct Request {
72 std::string host;
73 int length;
74 std::unique_ptr<ats::io::IO> io;
75
76 Request(const std::string &, const TSMBuffer, const TSMLoc);
77 Request(const Request &) = delete;
78 Request(Request &&);
79 Request &operator=(const Request &);
80};
81
82using Requests = std::vector<Request>;
83

Callers 1

generateRequestsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected