From fee0b1bbd3ecfbe86654fae0e60632bcf224eae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Cha=C3=ADn?= Date: Mon, 23 Apr 2018 09:01:35 +0200 Subject: [PATCH] Add HTTPLab to the HTTP sub-section --- Projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Projects.md b/Projects.md index 868bab06..9624172a 100644 --- a/Projects.md +++ b/Projects.md @@ -1166,8 +1166,9 @@ See also [[SQLDrivers page|SQLDrivers]]. * [gobench](https://github.com/cmpxchg16/gobench) - HTTP/HTTPS load test and benchmark tool * [go-curl](https://github.com/andelf/go-curl) - libcurl bingding that supports go func callbacks * [goproxy](https://github.com/elazarl/goproxy) - a programmable HTTP proxy. - * [handlers](https://github.com/kevinburke/handlers) - Collection of useful HTTP middlewares. * [gostax](https://github.com/maxymania/gostax) - A Streaming API for XML (StAX) in go + * [handlers](https://github.com/kevinburke/handlers) - Collection of useful HTTP middlewares. + * [HTTPLab](https://github.com/gchaincl/httplab) - HTTPLabs let you inspect HTTP requests and forge responses. * [stress](https://github.com/wenjiax/stress) - Replacement of ApacheBench(ab), support for transactional requests, support for command line and package references to HTTP stress testing tool. * [sling](https://github.com/dghubble/sling) - A Go HTTP client library for creating and sending API requests. * [httptail](https://github.com/smallfish/httptail) - tools push stdout/stderr to http chunked