swift-server/async-http-client

Deprecate APIs which accept a URL as a string

karwa opened this issue · 0 comments

karwa commented

See here for more information. In short: URL strings are ambiguous.

IMO, APIs which accept a URL as a string should be deprecated, and replaced with APIs accepting a parsed URL value.

What do you think?