Skip to content

Instantly share code, notes, and snippets.

@altfatterz
Created June 29, 2014 21:09
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/9aadf0a20cc0886e4e37 to your computer and use it in GitHub Desktop.
Save altfatterz/9aadf0a20cc0886e4e37 to your computer and use it in GitHub Desktop.
localhost:~ zoltan$ curl localhost:8080/lookup?name=backbase
{"name":"Backbase","website":"http://www.backbase.com/","lookupTime":572}localhost:~ zoltan$ curl localhost:8080/lookup?nam=backbase
{"name":"Backbase","website":"http://www.backbase.com/","lookupTime":1}localhost:~ zoltan$ curl localhost:8080/lookup?name=backbase
{"name":"Backbase","website":"http://www.backbase.com/","lookupTime":0}localhost:~ zoltan$ curl localhost:8080/lookup?name=backbase
{"name":"Backbase","website":"http://www.backbase.com/","lookupTime":1}localhost:~ zoltan$ curl localhost:8080/lookup?name=backbase
{"name":"Backbase","website":"http://www.backbase.com/","lookupTime":0}localhost:~ zoltan$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment