1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 12:31:58 +00:00

HISTORY.md: add entry for third party packages support on httptest

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-10-22 18:11:48 +03:00
parent 7761069873
commit 3f544398b9
3 changed files with 7 additions and 2 deletions

View File

@@ -107,7 +107,9 @@
* API Documentation
* [Yaag](apidoc/yaag/main.go)
* [Swagger](https://github.com/iris-contrib/swagger/tree/master/_examples/basic)
* [Testing](testing/httptest/main_test.go)
* Testing
* [Testing with httptest](testing/httptest/main_test.go)
* [Testing with ginkgo](testing/ginkgotest)
* [Recovery](recover/main.go)
* [Panic and custom Error Handler with Compression](recover/panic-and-custom-error-handler-with-compression/main.go)
* [Profiling](pprof/main.go)