mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 08:05:06 +00:00
12 lines
255 B
JSON
12 lines
255 B
JSON
{
|
|
"env": {
|
|
"HTTP_USERNAME": {
|
|
"description": "User name for testing the /basic-auth endpoint",
|
|
"value": ""
|
|
},
|
|
"HTTP_PASSWORD": {
|
|
"description": "Password for testing the /basic-auth endpoint",
|
|
"value": ""
|
|
}
|
|
}
|
|
}
|