7class HeaderCollection {
16 HeaderCollection& operator=(HeaderCollection
const&);
17 HeaderCollection(HeaderCollection
const&);
23 MCNAPI
void _addHeader(::std::string
const& headerName, ::std::string
const& headerValue,
bool setValue);
27 MCNAPI
void add(::std::string
const& headerName, ::std::string
const& headerValue);
29 MCNAPI
void addNoSafetyChecks(::std::string
const& headerName, ::std::string
const& headerValue);
31 MCNAPI ::std::_List_const_iterator<
32 ::std::_List_val<::std::_List_simple_types<::std::pair<::std::string const, ::std::string>>>>
35 MCNAPI ::std::_List_const_iterator<
36 ::std::_List_val<::std::_List_simple_types<::std::pair<::std::string const, ::std::string>>>>
39 MCNAPI ::std::string
const&
get(::std::string
const& headerName)
const;
41 MCNAPI
void set(::std::string
const& headerName, ::std::string
const& headerValue);
43 MCNAPI
void setNoSafetyChecks(::std::string
const& headerName, ::std::string
const& headerValue);