at least a little bit nicer
This commit is contained in:
22
README.md
22
README.md
@@ -225,16 +225,18 @@ Key | Type | Default Value
|
|||||||
`optionsSuccessStatus` | `integer` | `204`
|
`optionsSuccessStatus` | `integer` | `204`
|
||||||
|
|
||||||
|
|
||||||
### `router.any(url, [...handlers])`
|
### Supported Methods
|
||||||
### `router.connect(url, [...handlers])`
|
|
||||||
### `router.delete(url, [...handlers])`
|
- `router.any(url, [...handlers])`
|
||||||
### `router.get(url, [...handlers])`
|
- `router.connect(url, [...handlers])`
|
||||||
### `router.head(url, [...handlers])`
|
- `router.delete(url, [...handlers])`
|
||||||
### `router.options(url, [...handlers])`
|
- `router.get(url, [...handlers])`
|
||||||
### `router.patch(url, [...handlers])`
|
- `router.head(url, [...handlers])`
|
||||||
### `router.post(url, [...handlers])`
|
- `router.options(url, [...handlers])`
|
||||||
### `router.put(url, [...handlers])`
|
- `router.patch(url, [...handlers])`
|
||||||
### `router.trace(url, [...handlers])`
|
- `router.post(url, [...handlers])`
|
||||||
|
- `router.put(url, [...handlers])`
|
||||||
|
- `router.trace(url, [...handlers])`
|
||||||
|
|
||||||
|
|
||||||
#### `url` (string)
|
#### `url` (string)
|
||||||
|
|||||||
Reference in New Issue
Block a user