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
Since most of the "endpoints" can be represented as URIs (ex: tcp://host:port, ssl://host:port, unix://host:port, etc), I think you could rename IO::Endpoint to IO::URI (ex: IO::Endpoint::SSLEndpoint -> IO::URI::SSL). This would also reduce the number of times one must type Endpoint.
The text was updated successfully, but these errors were encountered:
Since most of the "endpoints" can be represented as URIs (ex:
tcp://host:port
,ssl://host:port
,unix://host:port
, etc), I think you could renameIO::Endpoint
toIO::URI
(ex:IO::Endpoint::SSLEndpoint
->IO::URI::SSL
). This would also reduce the number of times one must typeEndpoint
.The text was updated successfully, but these errors were encountered: