Module: WebPipe::Plugs
- Defined in:
- lib/web_pipe/plugs.rb,
lib/web_pipe/plugs/config.rb,
lib/web_pipe/plugs/content_type.rb,
lib/web_pipe/extensions/dry_schema/plugs/sanitize_params.rb
Overview
Namespace for builders of operations on Conn.
Plugs are just higher order functions: functions which return functions
(operations). For this reason, as a convention its interface is also
#call
.
Defined Under Namespace
Modules: Config, ContentType, SanitizeParams