Registry / http-client / dispatch-http-2-9-1

dispatch-http-2-9-1

JSON →
library0.8.10javamavenunverified

Standard HTTP executor using Apache DefaultHttpClient for Scala applications.

<dependency> <groupId>net.databinder</groupId> <artifactId>dispatch-http_2.9.1</artifactId> <version>0.8.10</version> </dependency>
INSTALL
IMPORT
SIG · DISPATCH-HTTP-2-9-
D
dispatch-http-2-9-1
http-clientjavav0.8.10
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.

Http
dispatch.Http

Simple HTTP GET request using Dispatch

import dispatch.Http; import dispatch.url; public class Example { public static void main(String[] args) throws Exception { Http http = new Http(); String response = http(url("http://example.com") OK as.String); System.out.println(response); } }
Debug
Known issues
gotchaDispatch 0.8.x uses Apache HttpClient 4.x which is outdated.
fix
Consider upgrading to Dispatch 0.9+ or using a modern HTTP client.
affects: <=0.8.10
Upgrade
Version history
0.8.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Resources
dispatch-http-2-9-1 — mvn dependency:get dispatch-http-2-9-1 · libregistry