Boost.HTTP.Proto
Report an Issue

Boost.HTTP.Proto

    • Message
    • Design Requirements
      • Serializer
    • Reference
Boost.HTTP.Proto default
  • Boost.HTTP.Proto
    • default
  • Boost.HTTP.Proto
  • Overload set fields_base::set

Overload set fields_base::set

Members

Set a header value

system::result<void>
set(
    fields_view_base::iterator it,
    core::string_view value);
  » more...

Set a header value

system::result<void>
set(
    field id,
    core::string_view value);
  » more...

Set a header value

system::result<void>
set(
    core::string_view name,
    core::string_view value);
  » more...

This page was built using the Antora default UI.

The source code for this UI is licensed under the terms of the MPL-2.0 license.

https://github.com/cppalliance/site-docs