Update article.md
This commit is contained in:
parent
445bda3980
commit
15214dce44
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ It provides convenient methods for search parameters:
|
|||
- **`delete(name)`** -- remove the parameter by `name`,
|
||||
- **`get(name)`** -- get the parameter by `name`,
|
||||
- **`getAll(name)`** -- get all parameters with the same `name` (that's possible, e.g. `?user=John&user=Pete`),
|
||||
- **`has(name)`** -- check for the existance of the parameter by `name`,
|
||||
- **`has(name)`** -- check for the existence of the parameter by `name`,
|
||||
- **`set(name, value)`** -- set/replace the parameter,
|
||||
- **`sort()`** -- sort parameters by name, rarely needed,
|
||||
- ...and it's also iterable, similar to `Map`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue