Fork of httpize to demonstrate Gatling for Indy Scala.
Additional details in the Indy Scala README.
Resemble HTTP as in http://www.merriam-webster.com/dictionary/-ize
You can use your own sbt
set-up or just run the ppsbt
to start with 0 dependencies. Things should just work. In the REPL:
sbt> reStart
[info] Application httpize not yet started
[info] Starting application httpize in the background ...
httpize Starting org.purang.net.httpize.Httpize.main()
[success] Total time: 1 s, completed Sep 21, 2014 3:04:18 PM
httpize Starting Http4s-blaze example on '0.0.0.0:8080'
Use your browser to hit http://localhost:8080/.
For rapid development use triggered reStart
.
sbt> ~reStart
You can also generate IntelliJ IDEA
files using:
sbt> gen-idea
To deploy the project to a vm at heroku (and given that heroku toolbelt is already installed):
shell> git push heroku master #this isn't the sbt REPL but the shell
Happy hacking!
Fork the repository and create pull requests.
httpbin.org for the inspiration
http4s_demo for seeding the project