forked from glynos/url
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
@AlexandreBossard
Description
auto const myurl = url("https://exampe.com"); url::default_port(myurl.protocol()).has_value(); // false
So, protocol() returns https: but default_port() needs a scheme (no ':'). Plus, there is no url::scheme() provided. Is this some overlooking ? Having to strip the ':' every time is annoying.
Metadata
Metadata
Assignees
Labels
No labels