Spencer Maxfield

Results 2 issues of Spencer Maxfield

Resolve the deferred returned by `send_multiResponse` and `send_multiResponse_ex` when a handler is provided and the final response has been handled. This makes using `send_multiResponse` and `send_multiResponse_ex` easier if the caller...

The various chained validations were not being applied to the zod schemas generated by the use of `oneOf`, `allOf`, and `anyOf` in an OpenAPI spec. For example, this spec: ```...