Home | Trees | Indices | Help |
---|
|
object --+ | NetworkHelper
Helper functions for parsing URLs and validating emails and URLs
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
bool |
|
||
bool |
|
|
|||
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
|
Validates a URL
|
Validates an email
|
Validates if a URL is relative or absolute
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 26 11:35:12 2014 | http://epydoc.sourceforge.net |