View source on GitHub |
Dispatch configuration tools.
Library for parsing dispatch.yaml files and working with these in memory.
Classes
class DispatchEntry
: A Dispatch entry describes a mapping from a URL pattern to a module.
class DispatchEntryURLValidator
: Validater for URL patterns.
class DispatchInfoExternal
: Describes the format of a dispatch.yaml file.
class Error
: Base class for errors in this module.
class MalformedDispatchConfigurationError
: Configuration file for dispatch is malformed.
class ParsedURL
: Dispath Entry URL holder class.
Functions
LoadSingleDispatch(...)
: Load a dispatch.yaml file or string and return a DispatchInfoExternal.
Other Members | |
---|---|
APPLICATION |
'application'
|
DISPATCH |
'dispatch'
|
MODULE |
'module'
|
SERVICE |
'service'
|
URL |
'url'
|