From b8167e52b66a9304f42cec35025ed47c7239c1b8 Mon Sep 17 00:00:00 2001 From: vicanso Date: Thu, 28 Nov 2019 21:24:00 +0800 Subject: [PATCH] docs: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cbd0ef..fa89003 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,6 @@ func main() { ## API - `Config.Skipper` skipper function to skip middleware -- `Config.Fastest` if set true will use the `json-iterator` fastest config for better performance \ No newline at end of file +- `Config.Fastest` if set true will use the `json-iterator` fastest config for better performance +- `Config.Marshal` custom marshal function +- `Config.ContentType` the coontent type for response