Registry / http-client / requests-2-13

requests-2-13

JSON →
library0.9.3javamavenunverified

Scala port of the popular Python Requests HTTP client for Scala 2.13.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>requests_2.13</artifactId> <version>0.9.3</version> </dependency>
INSTALL
IMPORT
SIG · REQUESTS-2-13
R
requests-2-13
http-clientjavav0.9.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Requests
requests.Requests

Make a GET request using Requests Scala.

import requests.Requests; public class Example { public static void main(String[] args) { String response = Requests.get("https://api.example.com").text(); System.out.println(response); } }
Debug
Known issues
gotchaThis is a Scala library; Java interop may require additional configuration.
fix
Use Scala 2.13 runtime and ensure Scala library is on classpath.
affects: *
Upgrade
Version history
0.9.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
OpenAI (training)
2
Resources
requests-2-13 — mvn dependency:get requests-2-13 · libregistry