Archey Barrell
Archey Barrell
https://github.com/3proxy/3proxy/commit/518bdca0a8a9ecb5c90df22eded08c2e7fae128e: > As `connect` is called in a non-blocking mode, things like refused connections don't get caught. > The subsequent `poll` will just block until the socket is ready, and...
### Changes - Fix resulting problems with `multipart/form-data` validation - Merge `body_params` with `uploads`, as Mojo likes to keep them separate so it can do magic stuff with `Mojo::Upload` -...
### Summary - Fix regex on content-type for array coercion - Use negotiated content-type to select schema from api spec ### Motivation Adding parameters to content-type (e.g. `json/application; charset=utf8`) causes...
### Summary Add `JSON::Validator::FilePlaceholder` that can be used as a placeholder for files - Is allowed when `format: binary` is defined on strings: https://swagger.io/docs/specification/v3_0/describing-request-body/file-upload/) ### Motivation See https://github.com/jhthorsen/mojolicious-plugin-openapi/pull/266 Allows for...