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
Currently the supported methods for HttpOptions are: 'DELETE' | 'GET' | 'HEAD' | 'POST' | 'PUT', however PATCH and OPTIONS are also a valid methods and it would be nice if the the method field in HttpOptions supported them. Right now I'm getting around the problem by simply bypassing the typing with method: <any>'PATCH'.
The text was updated successfully, but these errors were encountered:
mbark
changed the title
Support 'PATCH' as a valid HttpOption method
Support PATCH as a valid HttpOption method
Mar 8, 2018
Currently the supported methods for HttpOptions are:
'DELETE' | 'GET' | 'HEAD' | 'POST' | 'PUT'
, howeverPATCH
andOPTIONS
are also a valid methods and it would be nice if the the method field inHttpOptions
supported them. Right now I'm getting around the problem by simply bypassing the typing withmethod: <any>'PATCH'
.The text was updated successfully, but these errors were encountered: