You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This type is a leaky abstraction. The http/url specification is long and many parts are optional.
I propose removing the type entirely, and letting our http server/client frameworks deal with parsing whatever configuration was provided. aka just use String or equivalent until it hits the library we use.
This type is a leaky abstraction. The
http
/url
specification is long and many parts are optional.I propose removing the type entirely, and letting our
http
server/client frameworks deal with parsing whatever configuration was provided. aka just useString
or equivalent until it hits the library we use.Briefly discussed in #647.
The text was updated successfully, but these errors were encountered: