mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
HTTP support improvements:
* RFC2616 compliance * Case insensitive equality, inequality operators for strings * Improvements to http::parser * Tidy up HTTP method enumeration
This commit is contained in:
@@ -24,13 +24,16 @@
|
||||
#include <beast/http/impl/basic_url.cpp>
|
||||
#include <beast/http/impl/get.cpp>
|
||||
#include <beast/http/impl/joyent_parser.cpp>
|
||||
#include <beast/http/impl/message_parser.cpp>
|
||||
#include <beast/http/impl/method.cpp>
|
||||
#include <beast/http/impl/ParsedURL.cpp>
|
||||
#include <beast/http/impl/parser.cpp>
|
||||
#include <beast/http/impl/raw_parser.cpp>
|
||||
#include <beast/http/impl/URL.cpp>
|
||||
|
||||
#include <beast/http/tests/basic_message.test.cpp>
|
||||
#include <beast/http/tests/basic_url.test.cpp>
|
||||
#include <beast/http/tests/client_session.test.cpp>
|
||||
#include <beast/http/tests/ParsedURL.cpp>
|
||||
#include <beast/http/tests/rfc2616.test.cpp>
|
||||
#include <beast/http/tests/urls_large_data.cpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user