# Url

Static URL tools

****

- Full class name: `Kirby\Http\Url`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Http/Url.php#L17>

****

### Url

- [Url::__callStatic()](https://getkirby.com/docs/reference/objects/http/url/__call-static.md)
- [Url::build()](https://getkirby.com/docs/reference/objects/http/url/build.md)
- [Url::current()](https://getkirby.com/docs/reference/objects/http/url/current.md)
- [Url::currentDir()](https://getkirby.com/docs/reference/objects/http/url/current-dir.md)
- [Url::editor()](https://getkirby.com/docs/reference/objects/http/url/editor.md)
- [Url::fix()](https://getkirby.com/docs/reference/objects/http/url/fix.md)
- [Url::hasDangerousScheme()](https://getkirby.com/docs/reference/objects/http/url/has-dangerous-scheme.md)
- [Url::home()](https://getkirby.com/docs/reference/objects/http/url/home.md)
- [Url::index()](https://getkirby.com/docs/reference/objects/http/url/index.md)
- [Url::isAbsolute()](https://getkirby.com/docs/reference/objects/http/url/is-absolute.md)
- [Url::last()](https://getkirby.com/docs/reference/objects/http/url/last.md)
- [Url::makeAbsolute()](https://getkirby.com/docs/reference/objects/http/url/make-absolute.md)
- [Url::path()](https://getkirby.com/docs/reference/objects/http/url/path.md)
- [Url::query()](https://getkirby.com/docs/reference/objects/http/url/query.md)
- [Url::short()](https://getkirby.com/docs/reference/objects/http/url/short.md)
- [Url::stripFragment()](https://getkirby.com/docs/reference/objects/http/url/strip-fragment.md)
- [Url::stripPath()](https://getkirby.com/docs/reference/objects/http/url/strip-path.md)
- [Url::stripQuery()](https://getkirby.com/docs/reference/objects/http/url/strip-query.md)
- [Url::to()](https://getkirby.com/docs/reference/objects/http/url/to.md)
- [Url::toObject()](https://getkirby.com/docs/reference/objects/http/url/to-object.md)