HttpConnector
interface HttpConnector
A generic HTTP connector.
Methods
connect
pub fn connect(self, uri: Uri): HttpConnection throws IoError
Opens a new connection to the given URI.
connect
pub fn connect(self, uri: Uri): HttpConnection throws IoError
Opens a new connection to the given URI.
Opens a new connection to the given URI.