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