Skip to content
Snippets Groups Projects
Commit cbac74e6 authored by Will McCutchen's avatar Will McCutchen
Browse files

Fixes

parent 5a5b6ee9
No related branches found
No related tags found
No related merge requests found
...@@ -40,9 +40,9 @@ go get github.com/mccutchen/go-httpbin/... ...@@ -40,9 +40,9 @@ go get github.com/mccutchen/go-httpbin/...
## Inspiration & prior art ## Inspiration & prior art
I've been a longtime user of [Kenneith Reitz][kr]'s original httpbin.org, and I've been a longtime user of [Kenneith Reitz][kr]'s original
wanted to write a golang port for fun and to see how far I could get using only [httpbin.org][httpbin-org], and wanted to write a golang port for fun and to
the stdlib. see how far I could get using only the stdlib.
When I started this project, there were a handful of existing and incomplete When I started this project, there were a handful of existing and incomplete
golang ports, with the most promising being [ahmetb/go-httpbin][ahmet]. This golang ports, with the most promising being [ahmetb/go-httpbin][ahmet]. This
...@@ -57,7 +57,7 @@ for testing golang applications. ...@@ -57,7 +57,7 @@ for testing golang applications.
will always be encoded as a list of strings (e.g. request headers, query will always be encoded as a list of strings (e.g. request headers, query
params, form values) params, form values)
**Compared to [ahmetb/go-httpbin][ahmet-go-httpbin]**: **Compared to [ahmetb/go-httpbin][ahmet]**:
- No dependencies on 3rd party packages - No dependencies on 3rd party packages
- More complete implementation of endpoints - More complete implementation of endpoints
...@@ -79,5 +79,5 @@ make imagepush ...@@ -79,5 +79,5 @@ make imagepush
[kr]: https://github.com/kennethreitz [kr]: https://github.com/kennethreitz
[httpbin-org]: https://httpbin.org/ [httpbin-org]: https://httpbin.org/
[httpbin-repo]: https://github.com/kennethreitz/httpbin [httpbin-repo]: https://github.com/kennethreitz/httpbin
[ahmet-go-httpbin]: https://github.com/ahmetb/go-httpbin [ahmet]: https://github.com/ahmetb/go-httpbin
[docker-hub]: https://hub.docker.com/r/mccutchen/go-httpbin/ [docker-hub]: https://hub.docker.com/r/mccutchen/go-httpbin/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment