filmov
tv
Sending HTTP Requests with Scala & Akka HTTP | Rock the JVM
Показать описание
This video is for the Scala programmer who needs to send HTTP requests quickly and without caring too much about the intricacies. I will use Akka HTTP to the minimum necessary to have you interact with REST APIs in a few minutes. I will demo the exact use-case of the Rock the JVM blog, where I use a REST-based code syntax highlighter for the nicely formatted code.
///////////////////////////////////////////////
val akkaVersion = "2.5.26"
val akkaHttpVersion = "10.1.11"
libraryDependencies ++= Seq(
// akka streams
// akka http
)
///////////////////////////////////////////////
Follow Rock the JVM on:
-------------------------------------------------------------------------
-------------------------------------------------------------------------
Sending HTTP Requests with Scala & Akka HTTP | Rock the JVM
KSUG: sttp: the Scala HTTP client that you always wanted! by Adam Warski
sttp: the Scala HTTP client that you always wanted! by Adam Warski
Http4s Scala Tutorial: Writing an HTTP Server with Purely Functional Scala
How to Make 2500 HTTP Requests in 2 Seconds with Async & Await
Parts of an HTTP Request
Akka Http Server Scala Tutorial - Build a Webservice
Simple HTTP Server in Scala with Scalatra in 20 Lines of Code
http4s: pure, typeful, functional HTTP in Scala – Ross Baker
State of Scala HTTP by Marcin Krykowski
Reactive web development in Scala with Spray/Akka HTTP and Play (Jacek Laskowski, Poland)
Building RESTful API in Akka HTTP with Scala
Akka HTTP with Scala
A Load Balancer in Scala with Cats Effect and Http4s
Tutorial - Scripting REST APIs in Scala
APIs with Scala and Play
Building Functional Web Services with Scala & http4s (Part 1): Hello World
[Scala Central] - Igal Levis - Typeclasses & Akka Http
Sending and Receiving Drawings (using Scala)
Scala Server Security with Http4s: CORS and CSRF
Akka HTTP with Scala | Rock the JVM - learn Akka
Scala Microservices with Akka-HTTP @ Yodle
Long methods in #Scala
Force.com REST APIs with Java, Scala and Python
Комментарии