const mixinafBedSheet::HttpPipeline

afBedSheet::HttpPipeline

The HTTP Pipeline that HttpPipelineFilters should be contributed to. The terminator at the end of the pipeline is the default routing service.

Example:

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

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

}

service

Source

abstract Bool service()