issues Search Results · repo:r0man/cljs-http language:Clojure
Filter by
72 results
(66 ms)72 results
inr0man/cljs-http (press backspace or delete to remove)When using Clojure/Script 1.11, you will get function redefinition warnings because cljs-http depends on noencore, which
defines parse-long and parse-double functions which are now included in clojure.core. ...
esp1
- 1
- Opened on May 29, 2022
- #135
Although the library works fine for simple situations, I m now confronted with the inability to properly use a database.
It returns JSON keys with spaces in them. cljs-http tries to convert this into ...
rpompen
- 2
- Opened on Dec 20, 2021
- #132
I m certain this is something I m doing, not a bug.
When I try to send a file like this:
(go
(let [response ( ! (http/post /
{:with-credentials? false
...
EdwardIII
- 1
- Opened on Jun 30, 2021
- #130
I use the cljs-http in chrome extension, it s version 0.1.46 . but i get this error:
(go (let [response ( ! (http/get https://api.github.com/users
{:with-credentials? false ...
xlisp
- 2
- Opened on Feb 3, 2021
- #129
Often when I m trying to use this library, I need to read the code to figure out how the request function works as well
as manually inspecting the return values of calling it. More formal documentation ...
jrdoane
- Opened on May 31, 2020
- #128
I make a request like so using clj-http.client
(http/get https://www.example.com/bar )
and get a response with status 200.
However, when I make the same request with cljs-http.client like so:
(go ...
zendevil
- 1
- Opened on Mar 15, 2020
- #127
@r0man — thank you for this wonderful library. I ve been using it for 2+ years. I recently switched an app from figwheel
to shadow-cljs, and now jsonp fails. Maybe because it uses a newer version of the ...
realgenekim
- 8
- Opened on Feb 1, 2020
- #126
According to README:
(let [progress-channel (async/chan)]
(http/post http://example.com {:multipart-params [[ key1 value1 ] [ my-file my-file]] :progress progress-chan}))
:progress progress-chan ...
veer66
- Opened on Jan 23, 2020
- #125
Attempt to get data using cljs-http.client/jsonp throws an exception:
Uncaught TypeError: this.uri_.cloneWithParams is not a function
at goog.net.Jsonp.send (jsonp.js:229)
at Object.cljs_http$core$jsonp ...
vladkotu
- 3
- Opened on Nov 5, 2019
- #124
I hava tried it as following:
(def body (chan 1 (map :body)))
(go (while true
(println ( ! body))))
(go (http/get https://api.github.com/users
{:with-credentials? false
...
kangbb
- 3
- Opened on Sep 26, 2019
- #123

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.