mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Code cleanup
This commit is contained in:
parent
8cc3e6c434
commit
d28cd3f937
1 changed files with 0 additions and 2 deletions
|
@ -190,8 +190,6 @@ struct ci {
|
|||
|
||||
} // namespace detail
|
||||
|
||||
enum class HttpVersion { v1_0 = 0, v1_1 };
|
||||
|
||||
using Headers = std::multimap<std::string, std::string, detail::ci>;
|
||||
|
||||
using Params = std::multimap<std::string, std::string>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue