morpheus.stages.input.http_server_source_stage
Source stage that starts an HTTP server and listens for incoming requests on a specified endpoint.
Functions
check_supported_method (endpoint, method, ...) |
Classes
HttpServerSourceStage (config[, ...]) |
Source stage that starts an HTTP server and listens for incoming requests on a specified endpoint. |
- check_supported_method(endpoint, method, supported_methods)[source]