LoginSignup
1
1

More than 5 years have passed since last update.

finatra 七歩目

Posted at

https通信

これでいける

    val req = Request.apply(Version.Http11, Method.Get, "/finagle/docs/index.html#com.twitter.finagle.Http$")
    val http = com.twitter.finagle.Http
    http.client.withTls("twitter.github.io").newService("twitter.github.io:443").apply(req)
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1