Skip to content

Commit

Permalink
Issue valyala#95: added an installation section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed May 11, 2016
1 parent e4ed265 commit 4e35fde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ connections per physical server.

[Client Benchmarks](#http-client-comparison-with-nethttp)

[Install](#install)

[Documentation](https://godoc.org/github.com/valyala/fasthttp)

[Examples from docs](https://godoc.org/github.com/valyala/fasthttp#pkg-examples)
Expand Down Expand Up @@ -152,6 +154,14 @@ BenchmarkClientGetEndToEnd100Inmemory-4 10000000 1329 ns/
BenchmarkClientGetEndToEnd1000Inmemory-4 10000000 1316 ns/op 5 B/op 0 allocs/op
```


# Install

```
go get -u github.com/valyala/fasthttp
```


# Switching from net/http to fasthttp

Unfortunately, fasthttp doesn't provide API identical to net/http.
Expand Down

0 comments on commit 4e35fde

Please sign in to comment.