You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the declarative endpoint feature and specifying a body type using the in operator, requests to that endpoint will always return a 404 Not Found error.
When using the declarative endpoint feature and specifying a body type using the
in
operator, requests to that endpoint will always return a404 Not Found
error.Small reproducer:
with the following sample request:
Expected behaviour
Sending a correct post request to the
/test
endpoint should return a 200 OK responseAdditional context
Happens on the latest snapshot of
zio-http
withScala 3.2.2
The text was updated successfully, but these errors were encountered: