Colorize http requests and responses #343
Labels
feature
New feature or request
good first issue
Good for newcomers
help wanted
Contributions are welcome
Milestone
Follow-up for #159
Currently
defaultFailureTemplate
colorizes requests/responses as follows:The following improvement is suggested:
GET /test HTTP/1.1
it will highlightGET
(method) andHTTP/1.1
(protocol)HTTP/1.1 200 OK 229.642µs
it will highlightHTTP/1.1
(protocol) and200 OK
(status code)Host: 127.0.0.1:38681
it will highlightHost:
(header field name)Example for testing:
Related: #334, #335.
The text was updated successfully, but these errors were encountered: