-
-
Save glaforge/b5c55651f523b3281fc9 to your computer and use it in GitHub Desktop.
Fluent HTTP further groovyfied!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Grab('net.code-story:http:2.98') | |
import net.codestory.http.WebServer | |
new WebServer() | |
.configure { routes -> routes.anyGet { ctx -> "Hello"} } | |
.start() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment