master
http: Move httpd::request to http:: namespace
http: ignore -Wimplicit-fallthrough warnings
http: Unwrap nested exceptions to handle retryable transport errors
iostream/http: Fix output_stream::write(temporary_buffer) overload
httpd/file_handler: Always close stream
treewide: Trim trailing spaces
http: use structured-binding when appropriate
treewide: add C++ modules support
treewide: bring back prometheus protobuf support
http: Add more HTTP response codes
treewide: replace assert with SEASTAR_ASSERT
http: add handler_base::verify_mandatory_params()
Merge 'http: path parameter parsing convenience methods' from Gellért Peresztegi-Nagy