MCPcopy Create free account
hub / github.com/3rdparty/libprocess / HttpEvent

Method HttpEvent

include/process/event.hpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142struct HttpEvent : Event
143{
144 HttpEvent(
145 http::Request* _request,
146 Promise<http::Response>* _response)
147 : request(_request),
148 response(_response) {}
149
150 HttpEvent(HttpEvent&&) = default;
151 HttpEvent(const HttpEvent&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected