issues
search
gnarroway
/
hato
An HTTP client for Clojure, wrapping JDK 11's HttpClient
MIT License
380
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Capitalise content type HTTP header
#70
dcostaras
closed
4 months ago
2
#65 Relax docstring for executor in line with underlying HttpClient
#69
gnarroway
closed
4 months ago
0
Update README.md
#68
jmckitrick
closed
4 months ago
0
New release?
#67
vincentjames501
closed
4 months ago
1
Expose TLS protocol version setting when creating SSLContext?
#66
claj
opened
9 months ago
2
docstring is more restrictive then the underlying java http client
#65
hiredman
closed
4 months ago
1
Remove failing test assertion
#64
dancek
closed
4 months ago
0
HTTP/2 is default for non-TLS connections
#63
dancek
closed
1 year ago
5
Add arglists and docstrings
#62
eerohele
opened
1 year ago
1
Minor error in documentation
#61
jmckitrick
closed
4 months ago
2
Can't seem to use oauth2 with hato, works fine with clj-http
#60
jasonjckn
closed
1 year ago
2
:status can be found stringified under :headers
#59
jimpil
opened
1 year ago
0
`last?` - documentation
#58
vemv
opened
1 year ago
1
Allow a header's value to be a seq of src to match clj-http and multi-valued header responses
#57
vincentjames501
closed
5 months ago
1
Propagate multipart exceptions and accept custom charsets
#56
vincentjames501
closed
1 year ago
4
Multipart requests always result in `Transfer-encoding: chunked`
#55
p-himik
opened
1 year ago
0
The README mentions `throw-exceptions?` instead of `throw-exceptions`
#54
p-himik
opened
1 year ago
2
Proof of concept for bringing your own JSON library
#53
rome-user
opened
1 year ago
5
Using clojure.data.json instead of cheshire
#52
rome-user
opened
1 year ago
2
`echo.websocket.org` -> `echo.websocket.events`, because `.org` doesn't work anymore
#51
apeckham
closed
1 year ago
0
Correct publish step in actions
#50
gnarroway
closed
2 years ago
3
Replace circleci with github actions
#49
gnarroway
closed
2 years ago
0
Extend deps.edn to include test dependencies
#48
chrisbetz
closed
2 years ago
1
Don't swallow exceptions in parsing transit+json
#47
tggreene
closed
2 years ago
1
Consider custom data readers when coercing Clojure body
#46
Andre0991
closed
2 years ago
1
Custom tag readers are not allowed when request is EDN
#45
Andre0991
closed
2 years ago
3
extra ":status" header with https
#44
nivekuil
closed
2 years ago
2
Don't always include headers in ex-info
#43
bowbahdoe
closed
2 years ago
4
Adjust behavior when parsing an invalid content-type header?
#42
vincentjames501
opened
2 years ago
1
Websocket closing with status 1006 and no reason
#41
qleguennec
opened
2 years ago
0
Added deps.edn
#40
fversnel
closed
2 years ago
1
Alternative to httpbin in tests?
#39
borkdude
closed
2 years ago
5
Fix example in readme
#38
fmnoise
closed
2 years ago
0
document connection keepalive and connection limit ?
#37
henryw374
closed
2 years ago
1
Decode body on error
#36
kiranshila
closed
3 years ago
2
Fix typo in Leiningen-name
#35
joakimen
closed
2 years ago
0
no need for the `[hato ..]` since there is a link to clojars already above
#34
AndreaCrotti
closed
3 years ago
2
Handle missing content-type header in response
#33
oliyh
closed
3 years ago
1
insecure? flag
#32
AndreaCrotti
closed
3 years ago
3
expose executor configuration
#31
furiel
closed
3 years ago
0
Consider adding support for multipart/mixed content-type
#30
christianzach
opened
3 years ago
1
Handle mixed-case content-encoding values for RFC2616 compliance
#29
vincentjames501
closed
3 years ago
0
Automatic body decompressions should work with mixed casing content-encoding
#28
vincentjames501
closed
3 years ago
1
Run against multiple JDK in CI pipeline
#27
gnarroway
closed
3 years ago
1
Replace httpbin with our own server
#26
gnarroway
closed
3 years ago
1
Transit read/write handlers
#25
r0man
closed
3 years ago
11
Pass in custom middleware as part of the request map
#24
csgero
closed
3 years ago
0
Add request retry functionality
#23
vincentjames501
opened
3 years ago
0
Remove reflection warnings
#22
gnarroway
closed
3 years ago
1
Consider adding a retry handler
#21
vincentjames501
opened
3 years ago
5
Next