mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 01:33:53 +00:00
clang-format
This commit is contained in:
parent
7b752106ac
commit
a0de42ebc4
@ -44,7 +44,8 @@ const string LONG_QUERY_VALUE = string(25000, '@');
|
||||
const string LONG_QUERY_URL = "/long-query-value?key=" + LONG_QUERY_VALUE;
|
||||
|
||||
const string TOO_LONG_QUERY_VALUE = string(35000, '@');
|
||||
const string TOO_LONG_QUERY_URL = "/too-long-query-value?key=" + TOO_LONG_QUERY_VALUE;
|
||||
const string TOO_LONG_QUERY_URL =
|
||||
"/too-long-query-value?key=" + TOO_LONG_QUERY_VALUE;
|
||||
|
||||
const std::string JSON_DATA = "{\"hello\":\"world\"}";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user