32 [[nodiscard]] const std::vector<kaycxx::http::
header>&
headers() const & noexcept;
49 [[nodiscard]] std::optional<std::string_view>
header(std::string_view name) const & noexcept;
57 [[nodiscard]] std::optional<std::
string>
header(std::string_view name) && noexcept;
65 [[nodiscard]] std::vector<std::
string>
headers(std::string_view name) const;
96 std::vector<kaycxx::http::
header> headers_;