Handles.patch constructor
Constructor with the HTTP PATCH method.
Implementation
const Handles.patch(this.pattern, {String? pipeline, int? priority})
: httpMethod = 'PATCH',
pipeline = pipeline ?? ServerPipeline.defaultName,
priority = priority ?? 0;