0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-28 16:34:13 +01:00

ircd::http: Allow default construction on response head.

This commit is contained in:
Jason Volk 2018-01-13 18:03:26 -08:00
parent 56cefcb650
commit 6643cad758

View file

@ -361,6 +361,7 @@ struct ircd::http::response::head
string_view headers;
head(parse::capstan &pc, const headers::closure &c = {});
head() = default;
};
/// Represents an HTTP response content. This is for receiving only.