class Launch::Pipe::Pipeline
Overview
This class picks the correct pipeline based on the request and executes it.
Defined in:
launch/pipes/pipeline.crConstructors
Instance Method Summary
-
#build(valve : Symbol, &)
Connects pipes to a pipeline to process requests
- #build_pipeline(pipes, last_pipe : HTTP::Handler | HTTP::Server::Context -> )
-
#call(context : HTTP::Server::Context)
Execution of this handler.
- #pipeline : Hash(Symbol, Array(HTTP::Handler))
- #plug(pipe : HTTP::Handler)
- #prepare_pipelines
- #valve : Symbol
Instance methods inherited from class Launch::Pipe::Base
call(context : HTTP::Server::Context)
call
Instance methods inherited from class Object
blank?
blank?,
present?
present?
Constructor Detail
Instance Method Detail
def call(context : HTTP::Server::Context)
#
Description copied from class Launch::Pipe::Base
Execution of this handler.