spray / spray-can

A low-overhead, high-performance, fully async HTTP 1.1 server and client library implemented entirely in Scala on top of Akka
http://spray.io
Apache License 2.0
153 stars 19 forks source link

Can not find HttpDialog(host, port) mentioned in documentation #26

Closed C-h-e-r-r-y closed 9 years ago

C-h-e-r-r-y commented 9 years ago

There is a code block HttpDialog(host = "img.example.com", port = 8888) on main page. But I can not find such constructor or apply method in the code only:

apply(transport: ActorRef)
apply(connect: Http.Connect)
apply()

Is it supported or not?

jrudolph commented 9 years ago

This repository has long been outdated. See, http://spray.io and the https://github.com/spray/spray for recent information