mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
clang-format
Some checks are pending
test / ubuntu (32-bit) (push) Waiting to run
abidiff / abi (push) Waiting to run
test / style-check (push) Waiting to run
test / ubuntu (64-bit) (push) Waiting to run
test / macos (push) Waiting to run
test / windows with SSL (push) Waiting to run
test / windows without SSL (push) Waiting to run
test / windows compiled (push) Waiting to run
Some checks are pending
test / ubuntu (32-bit) (push) Waiting to run
abidiff / abi (push) Waiting to run
test / style-check (push) Waiting to run
test / ubuntu (64-bit) (push) Waiting to run
test / macos (push) Waiting to run
test / windows with SSL (push) Waiting to run
test / windows without SSL (push) Waiting to run
test / windows compiled (push) Waiting to run
This commit is contained in:
parent
7b752106ac
commit
a0de42ebc4
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue