Skip to content

Commit

Permalink
Document URI::resource()
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jan 19, 2025
1 parent 78b62e8 commit a2e1cb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ $uri->user(); // "user"
$uri->password(); // util.Secret("password")
$uri->path(); // "index"
$uri->query(); // "sort=name"
$uri->params(); // util.URIParameters("sort=name")
$uri->params(); // util.uri.Parameters("sort=name")
$uri->param('sort'); // "name"
$uri->fragment(); // "top"
$uri->resource(); // "/index?sort=name#top"
```

### Creating or modifying
Expand Down

0 comments on commit a2e1cb0

Please sign in to comment.