From a996723d4333e024f414ecc859520c225bf78f10 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Fri, 23 Aug 2019 09:53:07 -0700 Subject: [PATCH] Cite go-httpbin and java-httpbin These are useful for offline unit testing. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 292f3196..5b306d1a 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,6 @@ Releases are triggered on commits tagged with `release-` (for example - http://requestb.in - http://python-requests.org - https://grpcb.in/ +- [go-httpbin](https://github.com/ahmetb/go-httpbin) +- [java-httpbin](https://github.com/gaul/java-httpbin)