Skip to content

Commit

Permalink
try to be more clear about what it can do
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnjay committed Nov 1, 2014
1 parent 8190806 commit ff0c349
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
harhar
======

Simple, transparent HAR logging for Go code using the http.Client interface.
For existing code that already uses the `net/http` package, updating it to
produce HAR logs is typically only 2 lines of code.
Simple, transparent HTTP Archive (HAR) logging for Go code using the
http.Client interface. For existing code that already uses the `net/http`
package, updating existing code to generate HAR logs can typically be done
with only 2 lines of code.

Getting Started
---------------
Expand Down

0 comments on commit ff0c349

Please sign in to comment.