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
I would like to be able to control the "Content-Type" header.
It would also be nice if I could put all my data in the request :body and have cljs-http serialize it based on my provided content-type, rather than have to put my data in the proper magic key (:edn-params, :transit-params etc).
This would also pave a path to making it easier to configure cljs-http serialization from the app, something like this (this is clojure/pedestal code not cljs)
I would like to be able to control the "Content-Type" header.
It would also be nice if I could put all my data in the request :body and have cljs-http serialize it based on my provided content-type, rather than have to put my data in the proper magic key (:edn-params, :transit-params etc).
This would also pave a path to making it easier to configure cljs-http serialization from the app, something like this (this is clojure/pedestal code not cljs)
The text was updated successfully, but these errors were encountered: