diff --git a/README.md b/README.md index cbf9126..2626069 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,10 @@ Parse the search query and create a map with key->value in `ctx.query`. Parse incoming request body as json and store it in `ctx.req.body`. +* `CorsHandler()` + +A secure implementation for handling CORS requests. + * `FormidableHandler()` Provides a wrapper to handle an incoming file upload using `Formidable@1`.