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
check-content-type check if the request content-type supported. This is only done for the PUT and POST method and defaults to true for GET and the others. A GET request doesn't carry a content-type typically and this would make the known-content-type? decision return false.
The following code from examples collection.clj
:allowed-methods had checked request method, but check-content-type function once again check request method. there are other purpose?
The text was updated successfully, but these errors were encountered: