Template Struct urlencoded_¶
Defined in File forms.h
Inheritance Relationships¶
Derived Type¶
public udho::url(Struct url)
Struct Documentation¶
-
template<typename
Iterator= std::string::const_iterator>
structudho::forms::drivers::urlencoded_¶ Form driver for urlencoded forms
Subclassed by udho::url
Public Types
-
typedef std::iterator_traits<iterator_type>::value_type
value_type¶
-
typedef std::basic_string<value_type>
string_type¶
-
typedef bounded_str<iterator_type>
bounded_string_type¶
-
typedef std::map<string_type, bounded_string_type>
header_map_type¶
-
typedef bounded_string_type
bounded_string¶
Public Functions
-
void
parse(iterator_type begin, iterator_type end)¶
-
bool
empty(const std::string &name) const¶ checks whether the value for the field is empty
-
bool
exists(const std::string &name) const¶ checks whether there exists any field with the name provided
-
typedef std::iterator_traits<iterator_type>::value_type