This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
kararas_iris
Watch
1
Star
0
Fork
0
You've already forked kararas_iris
mirror of
https://github.com/kataras/iris.git
synced
2025-12-17 18:07:01 +00:00
Code
Releases
Activity
Files
beb67dc495b897cb4c2bc7ed652128779d103cdf
kararas_iris
/
httptest
History
Gerasimos (Makis) Maropoulos
beb67dc495
testing: add a 'Do' helper that accepts http.ResponseWriter and http.Request for integration with the standard net/http/httptest package for easier transition from net/http and other frameworks into Iris
...
Former-commit-id: 8ec6e3468affc28ce34c9bef6795b444fffa08c5
2020-07-20 05:44:12 +03:00
..
aliases.go
use a custom version of httpexpect which removes things that Iris or its users not use at all in order to reduce the download filesize
2020-05-06 21:08:12 +03:00
httptest.go
testing: add a 'Do' helper that accepts http.ResponseWriter and http.Request for integration with the standard net/http/httptest package for easier transition from net/http and other frameworks into Iris
2020-07-20 05:44:12 +03:00
netutils.go
a bit linting and some tests are online again
2017-06-10 03:31:50 +03:00
status.go
Add status code 103 Early Hints. Add the ability to customize and change the order of controller's fields and their registered valid dependencies relative to:
#1343
2019-08-26 16:43:02 +03:00