An open API service indexing awesome lists of open source software.

https://github.com/note/akka-http-client

just for testing purposes
https://github.com/note/akka-http-client

akka-http

Last synced: 10 months ago
JSON representation

just for testing purposes

Awesome Lists containing this project

README

          

# About project

This is simple project containing samples to test various akka-http `ClientTransport`s.

It have examples both in [Scala](https://github.com/note/akka-http-client/tree/master/src/main/scala/net/michalsitko/scala) and in [Java](https://github.com/note/akka-http-client/tree/master/src/main/java/net/michalsitko/java). Also contains an example implemented with `play-ahc-ws-standalone` to have
some reference point it for testing purposed.

# Configuration

You can configure host and port of HTTPS proxy in `application.conf`.