Home | Trees | Indices | Help |
---|
|
object --+ | NetworkHelper
Helper functions for parsing URLs and getting network-related information
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
Inherited from |
|
Extracts hostname from an URL in the format <scheme>://<username>:<password>@<hostname>:<port>/<path>;<params>?<query>#<fragment> @param url: URL to process @type url: str |
Extracts scheme from an URL in the format <scheme>://<username>:<password>@<hostname>:<port>/<path>;<params>?<query>#<fragment> @param url: URL to process @type url: str |
Extracts path from an URL in the format <scheme>://<username>:<password>@<hostname>:<port>/<path>;<params>?<query>#<fragment> @param url: URL to process @type url: str |
Extracts port from an URL in the format <scheme>://<username>:<password>@<hostname>:<port>/<path>;<params>?<query>#<fragment> @param url: URL to process @type url: str |
Extracts username from an URL in the format <scheme>://<username>:<password>@<hostname>:<port>/<path>;<params>?<query>#<fragment> @param url: URL to process @type url: str |
Extracts password from an URL in the format <scheme>://<username>:<password>@<hostname>:<port>/<path>;<params>?<query>#<fragment> @param url: URL to process @type url: str |
Extracts params from an URL in the format <scheme>://<username>:<password>@<hostname>:<port>/<path>;<params>?<query>#<fragment> @param url: URL to process @type url: str |
Extracts query from an URL in the format <scheme>://<username>:<password>@<hostname>:<port>/<path>;<params>?<query>#<fragment> @param url: URL to process @type url: str |
Resolves a hostname and returns the corresponding IP address
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jun 04 11:15:01 2014 | http://epydoc.sourceforge.net |