mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 08:57:26 +08:00
[hapi] Updated docstring of request.query to the latest docs
This commit is contained in:
5
types/hapi/index.d.ts
vendored
5
types/hapi/index.d.ts
vendored
@@ -1935,8 +1935,9 @@ export class Request extends Podium {
|
||||
/** same as pre but represented as the response object created by the pre method. */
|
||||
preResponses: Object;
|
||||
/**
|
||||
* an object containing the query parameters.
|
||||
* TODO update with outcome of: https://github.com/hapijs/hapi/pull/3479
|
||||
* by default the object outputted from [node's URL parse()](https://nodejs.org/docs/latest/api/url.html#url_urlobject_query) method.
|
||||
* Might also be set indirectly via [request.setUrl](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/17354#requestseturlurl-striptrailingslash) in which case it may be
|
||||
* a string (if url is set to an object with the query attribute as an unparsed string).
|
||||
*/
|
||||
query: any;
|
||||
/** an object containing the Node HTTP server objects. **Direct interaction with these raw objects is not recommended.** */
|
||||
|
||||
Reference in New Issue
Block a user