Example details for HTTPStatus
Syntax variant 1 (preferred REST-format): HTTPStatus/{status_code}/{message}/
Syntax variant 2 (traditional query-string): HTTPStatus?status_code={status_code}&message={message}
GET, syntax 1 (preferred REST-format):
HTTPStatus/301/http_COLON__SLASH__SLASH_new.location//
GET, syntax 2 (traditional query-string):
HTTPStatus?status_code=301&message=http_COLON__SLASH__SLASH_new.location/
Documentation and tests automatically generated from source-code 2025-12-06 05:04