Go to the source code of this file.
|
| TEST (http, headredact1) |
|
| TEST (http, headredact2) |
|
|
static const std::string | in1 |
|
static const std::string | out1 |
|
static const std::string | in2 |
|
static const std::string | out2 |
|
◆ TEST() [1/2]
TEST |
( |
http |
, |
|
|
headredact1 |
|
|
) |
| |
◆ TEST() [2/2]
TEST |
( |
http |
, |
|
|
headredact2 |
|
|
) |
| |
◆ in1
Initial value:= "HEADERS: POST /pg HTTP/1.1\r\n"
" Host: 3.91.106.178\r\n"
" User-Agent: japicli\r\n"
" Authorization: Basic cGc6cHJqN1hKQUpuRkRsZ2V5MXZLaVlVcGhL\r\n"
" Content-Type: application/json\r\n"
" Content-Length: 49\r\n"
" Accept-Encoding: lz4\r\n"
" Accept: */*\r\n"
" \r\n"
Definition at line 9 of file test_headredact.cpp.
◆ in2
Initial value:= "HEADERS: POST /pg HTTP/1.1\r\n"
" Host: 3.91.106.178\r\n"
" User-Agent: japicli\r\n"
" authorization=basic cGc6cHJqN1hKQUpuRkRsZ2V5MXZLaVlVcGhL\r\n"
" Content-Type: application/json\r\n"
" Content-Length: 49\r\n"
" Accept-Encoding: lz4\r\n"
" Accept: */*\r\n"
" \r\n"
Definition at line 29 of file test_headredact.cpp.
◆ out1
Initial value:= "HEADERS: POST /pg HTTP/1.1\r\n"
" Host: 3.91.106.178\r\n"
" User-Agent: japicli\r\n"
" Authorization: Basic [REDACTED]\r\n"
" Content-Type: application/json\r\n"
" Content-Length: 49\r\n"
" Accept-Encoding: lz4\r\n"
" Accept: */*\r\n"
" \r\n"
Definition at line 19 of file test_headredact.cpp.
◆ out2
Initial value:= "HEADERS: POST /pg HTTP/1.1\r\n"
" Host: 3.91.106.178\r\n"
" User-Agent: japicli\r\n"
" authorization=basic [REDACTED]\r\n"
" Content-Type: application/json\r\n"
" Content-Length: 49\r\n"
" Accept-Encoding: lz4\r\n"
" Accept: */*\r\n"
" \r\n"
Definition at line 39 of file test_headredact.cpp.