reboot icon indicating copy to clipboard operation
reboot copied to clipboard

Scala wrapper for the Java AsyncHttpClient.

Results 6 reboot issues
Sort by recently updated
recently updated
newest added

Please publish a version for Scala 3.0.0-M2. Thank you!

improvement

It's been reported that every time an `Http` is constructed, we get 2*$numCpus threads created by AHC because we create an AHC client on each invocation. Some things to look...

improvement

``` val u = "https://i❤.ws/" url(u).url ``` leads to ``` java.net.URISyntaxException: Expected authority at index 7: http:// java.net.URI$Parser.fail(URI.java:2848) java.net.URI$Parser.failExpecting(URI.java:2854) java.net.URI$Parser.parseHierarchical(URI.java:3102) java.net.URI$Parser.parse(URI.java:3053) java.net.URI.(URI.java:588) dispatch.RawUri.toUri(uri.scala:23) dispatch.RawUri.toString(uri.scala:24) dispatch.url$.$anonfun$apply$3(requests.scala:102) dispatch.Req.requestBuilder$1(requests.scala:48) dispatch.Req.toRequestBuilder(requests.scala:53) dispatch.Req.toRequest(requests.scala:61) dispatch.UrlVerbs.url(requests.scala:125) dispatch.UrlVerbs.url$(requests.scala:125)...

bug

(It's not strictly a bug, more of an API issue :-) ) Let's take the example code from the homepage and modify it slightly to get a 404 response from...

improvement

This repository does not have any way to update dependencies an automated way, leading to situations with old dependencies like https://github.com/dispatch/reboot/issues/235 If this project is still alive, I'd propose to...

This repo is empty: https://oss.sonatype.org/content/repositories/snapshots/org/dispatchhttp/dispatch-core_2.13/