1
0
cuberite-2a/tests/HTTP
peterbell10 757231cc6e
Add the fmt library (#4065)
* Replaces AppendVPrintf with fmt::sprintf
* fmt::ArgList now used as a type safe alternative to varargs.
* Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu.
* Adds FLOG functions to log with fmt's native formatting style.
2018-01-03 17:41:16 +00:00
..
CMakeLists.txt Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
HTTPMessageParser_file.cpp SelfTests: Print a quick message on test start. 2016-06-18 13:12:10 +02:00
HTTPRequest1.data HTTP: Fixed empty headers parsing. 2016-08-24 08:28:44 +02:00
HTTPRequest2.data WebAdmin uses the new HTTP parser framework. 2016-03-01 16:19:58 +01:00
HTTPRequestParser_file.cpp WebAdmin uses the new HTTP parser framework. 2016-03-01 16:19:58 +01:00
HTTPResponse1.data HTTP: Fixed empty headers parsing. 2016-08-24 08:28:44 +02:00
HTTPResponse2.data HTTP: Fixed empty headers parsing. 2016-08-24 08:28:44 +02:00
HTTPResponseParser_file.cpp HTTP: Fixed response parser, unified API. 2016-03-01 16:19:58 +01:00
UrlClientTest.cpp Fix Travis build (#4101) 2017-12-22 18:25:46 +00:00