class Alfodr::Pipe::Pipeline
- Alfodr::Pipe::Pipeline
- Alfodr::Pipe::Base
- Reference
- Object
Overview
This class picks the correct pipeline based on the request and executes it.
Defined in:
alfodr/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 Alfodr::Pipe::Base
call(context : HTTP::Server::Context)
call
Constructor Detail
Instance Method Detail
def call(context : HTTP::Server::Context)
#
Description copied from class Alfodr::Pipe::Base
Execution of this handler.