Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Url.authority returns the scheme #275

Closed
eskatos opened this issue Jan 16, 2024 · 1 comment · Fixed by #276
Closed

Url.authority returns the scheme #275

eskatos opened this issue Jan 16, 2024 · 1 comment · Fixed by #276

Comments

@eskatos
Copy link

eskatos commented Jan 16, 2024

Title says it all.

For example:

override val authority: String by lazy {
requireNotNull(uri.scheme) {
"Url requires a non-null authority"
}
}

@eygraber
Copy link
Owner

Thanks for the report, will cut a new release shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants