README [skip ci]
This commit is contained in:
parent
13fa72f1d1
commit
8769616d27
1 changed files with 2 additions and 2 deletions
|
|
@ -887,8 +887,8 @@ java.lang.OutOfMemoryError: Array allocation too large.
|
||||||
```
|
```
|
||||||
|
|
||||||
If your script creates many requests with relatively small payloads, choose
|
If your script creates many requests with relatively small payloads, choose
|
||||||
`org.httpkit.client` over `babashka.curl` since `babashka.curl` creates an OS
|
`org.httpkit.client` over `babashka.curl` since `babashka.curl` creates a `curl`
|
||||||
process to shell out to curl for each request.
|
process for each request.
|
||||||
|
|
||||||
In the future babashka (1.0.0?) may come with an HTTP client based on the JVM 11
|
In the future babashka (1.0.0?) may come with an HTTP client based on the JVM 11
|
||||||
`java.net.http` package that ticks all the boxes (async, HTTP/2, websockets,
|
`java.net.http` package that ticks all the boxes (async, HTTP/2, websockets,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue