class

Amber::Pipe::Pipeline

Inherits Amber::Pipe::Base < HTTP::Handler < Reference < Object

This class picks the correct pipeline based on the request and executes it.

Constructors

new(valve : Symbol = :web)
Source

Instance methods

build(valve : Symbol, &)

Connects pipes to a pipeline to process requests

Source
build_pipeline(pipes, last_pipe : HTTP::Handler | HTTP::Server::Context -> )
Source
call(context : HTTP::Server::Context)

Execution of this handler.

Source
pipeline
Source
plug(pipe : HTTP::Handler)
Source
prepare_pipelines
Source
valve
Source