Skip to content

heesuk-ahn/akka-http-simple-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka http simple client

Introduction

The akka http client is a useful library, but it is a bit inconvenient in terms of interfaces.

So I wrapped up the akka http interface and created the akka http simple client.

Quick Start

- sbt Dependency

It will be added later...

Examples

    

Get(s"Input target uri").receiveAs[AnyYourResponseObject].await shouldBe AnyYourResponseObject("baz")

    

About

akka http client custom improved with a simple interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages