const mixinafBedSheet::HttpPipeline

afBedSheet::HttpPipeline

(Service) - Contribute your HttpPipelineFilter classes to this.

Example:

@Contribute { serviceType=HttpPipeline# }
static Void contributeHttpPipeline(OrderedConfig conf) {

  conf.addOrdered("HttpRequestLogFilter", conf.autobuild(HttpRequestLogFilter#), ["after: BedSheetFilters"])

}

service

Source

abstract Bool service()

Calls the next filter in the pipeline. Returns true if the pipeline handled the request.