Ian Johnson
Ian Johnson
With the changes introduced with issue #71 we attempted to level the playing field and come up with a more real world test. This give a speed advantage to containers...
I'd like to be able to serve static assets for an SPA using EasyRpc. I'm not happy with the middleware for static files work as it lacks a lot features...
Right now binding errors result in a 500 error when they should probably result in a 400 error instead.
Add deprecated: true in OpenApi for methods marked with obsolete attribute
it would be good to support adding examples through xml doc syntax.
for methods that return byte[] and Stream you could return binary as the content-type and support it in the client easily.
This goes hand and hand with issue #80. Ultimately the plan is to be able to chain cancellation tokens from the client all the way through the server to the...
Allow setting default value through fluent or attributes if caller doesn't provide it.