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:
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;
|
||||
|
||||
head(parse::capstan &pc, const headers::closure &c = {});
|
||||
head() = default;
|
||||
};
|
||||
|
||||
/// Represents an HTTP response content. This is for receiving only.
|
||||
|
|
Loading…
Reference in a new issue