Merge pull request #5437 from devWebNuts/patch-1

Update http.md
This commit is contained in:
Takahiro Horike 2018-12-31 16:22:54 +09:00 committed by GitHub
commit efd52c92ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ functions:
x-azure-settings:
name: req #<string>, default - "req", specifies which name it's available on `context.bindings`
methods: #<array> [GET, POST, PUT, DELETE], default - all
- GET
- get
route: example/hello #<string>, default - <function name>
authLevel: anonymous #<enum - anonymous|function (default)|admin>
```