iris/context
bestgopher 4e68a382b7 modify:add stringToBytes
Former-commit-id: 471bb65ed19ca1fa07f77575e9f11bf0e6fbbec8
2020-04-27 22:25:53 +08:00
..
application.go add 'app.Validator' field for ReadJSON, ReadXML, ReadMsgPack, ReadYAML, ReadForm, ReadQuery data validation, defaults to empty but can be set-ed to 3rd-party packages 2020-04-09 19:02:08 +03:00
configuration.go New: gRPC MVC features, new WithLowercaseRouting option and add some new context methods 2020-04-25 02:30:19 +03:00
context.go modify:add stringToBytes 2020-04-27 22:25:53 +08:00
gzip_response_writer.go version 12.1.5 2020-02-02 16:29:06 +02:00
handler.go add a way to customize the handler names (recommended: before server execution) so route logging can be more human-friendly on handlers like standard iris middlewares, e.g. request logger 2020-04-27 15:48:09 +03:00
i18n.go fixes, i18n, sitemap generator and new examples 2019-12-13 23:06:18 +02:00
pool.go Update to version 8.5.8 | Read HISTORY.md 2017-11-09 12:03:14 +02:00
problem.go add 'context.StopWithStatus, StopWithJSON, StopWithProblem' and update the json-struct-validation example 2020-04-10 06:04:46 +03:00
request_params.go obey the vote of @1370 (77-111 at this point) - add import suffix on iris repository 2019-10-25 01:27:02 +03:00
response_recorder.go formatting 2019-08-17 10:06:20 +03:00
response_writer.go version 12.1.5 2020-02-02 16:29:06 +02:00
route.go add a way to customize the handler names (recommended: before server execution) so route logging can be more human-friendly on handlers like standard iris middlewares, e.g. request logger 2020-04-27 15:48:09 +03:00
transaction.go fix typo 2019-06-07 21:07:08 +03:00