Skip to content

issues Search Results · repo:dakrone/clj-http language:Clojure

Filter by

330 results
 (75 ms)

330 results

indakrone/clj-http (press backspace or delete to remove)

Keystores, which clj-http supports, may contain multiple entries. To determine which one is selected, keystore aliases are used. Failing to specify an alias for a keystore with multiple entries means that ...
  • mdemare
  • Opened 
    on Jul 16
  • #656

So the README tell me that I need cheshire to be able to send JSON data, but it does not tell me how to add it to my project. I looked for documentation on how to add optional dependencies in clojure projects ...
  • philippludwig
  • 1
  • Opened 
    on May 2
  • #653

We noticed when loading clj-http with *warn-on-reflection* set to true the following: Reflection warning, clj_http/client.clj:479:26 - call to method parse on javax.xml.parsers.SAXParser can t be resolved ...
  • vincentjames501
  • 1
  • Opened 
    on Feb 7
  • #651

Checking the conn-mgr, looks like the socks proxy support is isolated from the async connection manager. Is there any way to accomplish it downstream? Or do I have to edit the conn-mgr to add additional ...
  • raycheung
  • Opened 
    on Apr 25, 2024
  • #645

If you have a function like this: (defn make-request [request] (http/with-additional-middleware [...] (http/request request))) And you call it with mocking, like so: (binding [http/request ...
  • SevereOverfl0w
  • Opened 
    on Apr 8, 2024
  • #644

Retries work well with IOExceptions (like timeouts). :+1: I had assumed that retries would also be applied, when a service is reported (temporarily) unavailable like 502, 503 504 When reading about the ...
  • jacobemcken
  • 3
  • Opened 
    on Feb 15, 2024
  • #643

When making API calls to an external provider, we need to have the query parameters in camelCase rather than our beloved kebab-case 😢 To achieve this we have a small function which, as you can imagine, ...
  • raymcdermott
  • 2
  • Opened 
    on Feb 13, 2024
  • #642

In my project, I use the Slash handler provided by Reitit library to remove the trailing / of any URL. This works with the help of HTTP 308 redirect. When trying to do the request using the PATCH HTTP ...
  • Terbiy
  • Opened 
    on Nov 22, 2023
  • #641

- I m new to this lib is it possible to have URL path parameters? - my backend in java is @Path( users/{username} ) - in clojure I try like this, but not working (defn fetch-user [username user ...
  • sysmat
  • 2
  • Opened 
    on Oct 24, 2023
  • #639

I m following the guide for using AOT. This works ... except for clj-http. The error I m getting is not when compiling but when loading the compiled classes (rather than clj files): Execution error (ClassNotFoundException) ...
  • pesterhazy
  • 4
  • Opened 
    on Oct 16, 2023
  • #638
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub