requests-scala icon indicating copy to clipboard operation
requests-scala copied to clipboard

A Scala port of the popular Python Requests HTTP client: flexible, intuitive, and straightforward to use.

Results 55 requests-scala issues
Sort by recently updated
recently updated
newest added

This would fix https://github.com/com-lihaoyi/requests-scala/issues/123, and put us in a better state going forward. `HttpClient` was standardized on Java 11, which is probably old enough we can rely on it already

The session cookie values exhibit an additional presence of double quotes within the value, as clearly demonstrated in the attached screenshot depicting the tracked Scala request in Burp Suite. ![scala_request_lib](https://github.com/com-lihaoyi/requests-scala/assets/80740535/0eff32cf-f1a5-4684-a6e0-83cd37abb294)...

## About this PR πŸ“¦ Updates [com.github.lolgab:mill-mima](https://github.com/lolgab/mill-mima) from `0.0.23` to `0.0.24` πŸ“œ [GitHub Release Notes](https://github.com/lolgab/mill-mima/releases/tag/0.0.24) - [Version Diff](https://github.com/lolgab/mill-mima/compare/0.0.23...0.0.24) ## Usage βœ… **Please merge!** I'll automatically update this PR to resolve...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

## About this PR πŸ“¦ Updates [com.lihaoyi:mill-main](https://github.com/com-lihaoyi/mill) from `0.10.10` to `0.10.13` πŸ“œ [GitHub Release Notes](https://github.com/com-lihaoyi/mill/releases/tag/0.10.13) - [Release Notes](https://github.com/com-lihaoyi/mill#changelog) - [Version Diff](https://github.com/com-lihaoyi/mill/compare/0.10.10...0.10.13) ## Usage βœ… **Please merge!** I'll automatically update this...

### Discussed in https://github.com/com-lihaoyi/requests-scala/discussions/143 Originally posted by **swapgupt** October 10, 2023 Below is my code snippet. Please let me know if I am doing anything wrong. val multipartBody = MultiPart(MultiItem("demo",...

I've seen this in the Scala 2 community build and it's also reproducible locally ``` X requests.Scala2RequestTests.params.post 10555ms requests.TimeoutException: Request to https://httpbin.org/post timed out. (readTimeout: 10000, connectTimout: 10000) requests.Requester$$anon$1.liftedTree1$1(Requester.scala:274) requests.Requester$$anon$1.readBytesThrough(Requester.scala:266)...

## About this PR πŸ“¦ Updates [de.tototec:de.tobiasroeser.mill.vcs.version](https://github.com/lefou/mill-vcs-version) from `0.3.0` to `0.3.1` πŸ“œ [GitHub Release Notes](https://github.com/lefou/mill-vcs-version/releases/tag/0.3.1) - [Version Diff](https://github.com/lefou/mill-vcs-version/compare/0.3.0...0.3.1) ## Usage βœ… **Please merge!** I'll automatically update this PR to resolve...

When using requests.patch(), the following error is thrown running on JRE 17 ``` Unable to make field private final sun.net.www.protocol.https.DelegateHttpsURLConnection sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate accessible: module java.base does not "opens sun.net.www.protocol.https" to unnamed...

A lot of users will get Steward PRs that automatically link to the release page of that release. For example with the last release here this linked to https://github.com/com-lihaoyi/requests-scala/releases/tag/0.8.0. The...