Created
June 29, 2014 21:47
-
-
Save altfatterz/9ede7cd0b3e4ae01ca7c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
localhost:~ zoltan$ curl localhost:8082/lookup?name=google | |
{"name":"Google","website":"www.google.com","lookupTime":132}localhost:~ zoltan$ curl localhost:8081/lookup?name=google | |
{"name":"Google","website":"www.google.com","lookupTime":3}localhost:~ zoltan$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment