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
For RDF requests I expect that the operation would be defined as hydra:expects api:SomeClass. I propose to add an implicit check and send a 400 response if the request has no body.
Gotta think how this would affect non-RDF requests. Clearly an application/pdf or a multi-part body would not attach dataset/quadStream so as long as a body exists the request should continue.
The text was updated successfully, but these errors were encountered:
It seems repetitive and unnecessary to check the request object every time for the body like
For RDF requests I expect that the operation would be defined as
hydra:expects api:SomeClass
. I propose to add an implicit check and send a 400 response if the request has no body.Gotta think how this would affect non-RDF requests. Clearly an
application/pdf
or a multi-part body would not attachdataset/quadStream
so as long as a body exists the request should continue.The text was updated successfully, but these errors were encountered: