mirror of
https://github.com/matrix-construct/construct
synced 2024-12-31 18:04:06 +01:00
ircd::http: Allow default construction on response head.
This commit is contained in:
parent
56cefcb650
commit
6643cad758
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ struct ircd::http::response::head
|
||||||
string_view headers;
|
string_view headers;
|
||||||
|
|
||||||
head(parse::capstan &pc, const headers::closure &c = {});
|
head(parse::capstan &pc, const headers::closure &c = {});
|
||||||
|
head() = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Represents an HTTP response content. This is for receiving only.
|
/// Represents an HTTP response content. This is for receiving only.
|
||||||
|
|
Loading…
Reference in a new issue