Skip to content

Instantly share code, notes, and snippets.

@altfatterz
Created June 29, 2014 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save altfatterz/9ede7cd0b3e4ae01ca7c to your computer and use it in GitHub Desktop.
Save altfatterz/9ede7cd0b3e4ae01ca7c to your computer and use it in GitHub Desktop.
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