We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
port default should depends on scheme value as in buld_url(). It can just default to None for buld_url() to work correctly.
port
scheme
buld_url()
None
The text was updated successfully, but these errors were encountered:
yup you're right, I've been stupid here ☺
Sorry, something went wrong.
🚒 makes port default to 80 when scheme is HTTP
33db79a
fixes #123 Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
guyzmo
Successfully merging a pull request may close this issue.
port
default should depends onscheme
value as inbuld_url()
. It can just default toNone
forbuld_url()
to work correctly.The text was updated successfully, but these errors were encountered: