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
http://example.com?fooで初期化してBuildするとhttp://example.com/が帰る。クエリはありのままを返すのがいい。
http://example.com?foo
http://example.com/
またスラありなしを補完するのはどうなんだろう?このクラスの性格上、ありのままのほうがいいかもしれないけど、直したらやばいこともあるかな?
でも、今のうちに直したほうがいいかも。要検討。
//example.comで初期化すると/でRenderされるっぽい。キャノニカルの案件で相談を受けた。
//example.com
/
もしかしたらこっちのバグかも。
https//example.comとプロトコルから渡すと(当たり前だが)ちゃんとなるようです。
https//example.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
クエリが消える
http://example.com?foo
で初期化してBuildするとhttp://example.com/
が帰る。クエリはありのままを返すのがいい。/が付与される
またスラありなしを補完するのはどうなんだろう?このクラスの性格上、ありのままのほうがいいかもしれないけど、直したらやばいこともあるかな?
でも、今のうちに直したほうがいいかも。要検討。
//で初期化でドメイン消える
//example.com
で初期化すると/
でRenderされるっぽい。キャノニカルの案件で相談を受けた。もしかしたらこっちのバグかも。
https//example.com
とプロトコルから渡すと(当たり前だが)ちゃんとなるようです。The text was updated successfully, but these errors were encountered: