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
- Host: GitHub
- URL: https://github.com/note/akka-http-client
- Owner: note
- Created: 2017-03-15T13:58:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T10:09:37.000Z (over 8 years ago)
- Last Synced: 2025-06-25T22:05:59.358Z (12 months ago)
- Topics: akka-http
- Language: Java
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.