Skip to content

Commit 1a2d2e9

Browse files
committed
add ‘in short…‘ doc comment to Request#url
1 parent 0b0b89b commit 1a2d2e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Request.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export class Request<A> {
3232
* `Host` request header. If that is not specified either, will use the `HOST` environment variable or default to
3333
* `localhost`.
3434
*
35+
* In short, this is, as closely as possible, the exact URL address the client requested.
36+
*
3537
* If basic authentication is available to this request via headers, the `username` and `password` fields are
3638
* available in the {@link URL} object.
3739
*/

0 commit comments

Comments
 (0)