1 #ifndef _spin_details_header_h
2 #define _spin_details_header_h
10 //! An HTTP header: a name-value pair
16 Header(const std::string
& name
, const std::string
& value
)
21 std::string name_
; ///< the name
22 std::string value_
; ///< the value
24 typedef std::list
< Header
> HeaderFields
; ///< the type of the list of header fields