Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
slzhffktm authored Nov 25, 2023
1 parent e27e1b9 commit 16ef15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# go-http-test: HTTP Testing Library for Go

go-http-test is a library for Go that provides a convenient way to start a new HTTP server at a desired address and enables you to perform various HTTP testing scenarios with ease.
This library is especially useful for writing unit tests and integration tests for HTTP-based applications in Go.
This library is especially useful for writing unit tests and end-to-end tests for HTTP-based applications in Go.
This library uses https://github.com/julienschmidt/httprouter for routing mechanism,
so it supports all routing feature from provided, e.g. path parameter using `/:pathparam`.

Expand Down

0 comments on commit 16ef15b

Please sign in to comment.