Loki

Results 4 issues of Loki

``` java HttpActionClient.builder() .withServerThrottlingInSeconds(5) ... ``` This feature have to mutate requests before sending it to the api ... - http://www.mediawiki.org/wiki/Manual:Maxlag_parameter - http://www.mediawiki.org/w/api.php?action=query&prop=revisions&titles=API|Main%20Page&maxlag=-1&format=json

enhancement

- comments reduced - unused sbt plugins removed - assemby plugin updated

I tried to get the sample page working ... ``` shell $ cd sample $ monkeyman server $ curl "http://localhost:4567/" && echo Not found $ curl "http://localhost:4567/index.html" && echo Not...