|  | Home | Libraries | People | FAQ | More | 
          Serialize an HTTP/1 header to a std::ostream.
        
          Defined in header <boost/beast/http/write.hpp>
        
template< bool isRequest, class Fields> std::ostream& operator<<( std::ostream& os, header< isRequest, Fields > const& msg);
The function converts the header to its HTTP/1 serialized representation and stores the result in the output stream.
| Name | Description | 
|---|---|
| 
                     | The output stream to write to. | 
| 
                     | The message fields to write. |