Initial commit.
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Golang HTTP Logging Utilities
|
||||
|
||||
Provides several utilities for logging http requests and responses.
|
||||
|
||||
This package isn't well tested, and could benefit from several convenience features.
|
||||
|
||||
Particularly, I think it would be nice to have:
|
||||
|
||||
* Decompressing based on the `Content-Encoding` header so that it's readable.
|
||||
* Formatting binary data as a hex dump.
|
||||
* Reformatting JSON content with indentation and newlines to make it more readable.
|
||||
* Stylizing text, to better distinguish headers keys, values, and content bodies.
|
||||
|
||||
I don't recommend holding your breath for any of that to happen.
|
Reference in New Issue
Block a user