File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -595,10 +595,10 @@ Details on the `http::file_info` structure.
595595Details on the ` http_arg_value ` structure.
596596
597597* _ ** std::string_view** get_flat_value() ** const** :_ Returns only the first value provided for the key.
598- * _ ** std::vector< std::string_view > ** get_all_values() ** const** :_ Returns all the values provided for the key.
598+ * _ ** std::vector\ < std::string_view\ >** get_all_values() ** const** :_ Returns all the values provided for the key.
599599* _ ** operator** std::string() ** const** :_ Converts the http_arg_value to a string with the same logic as ` get_flat_value ` .
600600* _ ** operator** std::string_view() ** const** :_ Converts the http_arg_value to a string_view with the same logic as ` get_flat_value ` .
601- * _ ** operator** std::vector< std::string > () ** const** :_ Converts the http_arg_value to a std::vector< std::string > with the same logic as ` get_value ` .
601+ * _ ** operator** std::vector\ < std::string\ > () ** const** :_ Converts the http_arg_value to a std::vector< std::string > with the same logic as ` get_value ` .
602602
603603#### Example of handler reading arguments from a request
604604``` cpp
You can’t perform that action at this time.
0 commit comments