We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b62e8 commit a2e1cb0Copy full SHA for a2e1cb0
README.md
@@ -41,9 +41,10 @@ $uri->user(); // "user"
41
$uri->password(); // util.Secret("password")
42
$uri->path(); // "index"
43
$uri->query(); // "sort=name"
44
-$uri->params(); // util.URIParameters("sort=name")
+$uri->params(); // util.uri.Parameters("sort=name")
45
$uri->param('sort'); // "name"
46
$uri->fragment(); // "top"
47
+$uri->resource(); // "/index?sort=name#top"
48
```
49
50
### Creating or modifying
0 commit comments