Parser for 'haproxy:' string endpoint.
Function | unparseEndpoint | Un-parse the already-parsed args and kwargs back into endpoint syntax. |
Class | HAProxyServerParser | Stream server endpoint string parser for the HAProxyServerEndpoint type. |
Un-parse the already-parsed args and kwargs back into endpoint syntax.
Parameters | args | : -separated arguments (type: tuple of native str ) |
kwargs | : and then = -separated keyword arguments (type: tuple of native str ) | |
Returns | a string equivalent to the original format which this was parsed as. (type: native str ) |