Skip to content

Instantly share code, notes, and snippets.

@little-arhat

little-arhat/- Secret

Created February 18, 2016 12:28
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 little-arhat/910d3696a06efef269c9 to your computer and use it in GitHub Desktop.
Save little-arhat/910d3696a06efef269c9 to your computer and use it in GitHub Desktop.
diff --git a/example/src/example/core.clj b/example/src/example/core.clj
index 86cc9a1..7cec00d 100644
--- a/example/src/example/core.clj
+++ b/example/src/example/core.clj
@@ -29,7 +29,7 @@
(http/get "http://localhost:14587/?name=ring-logger"
{:headers {"foo" "baz"
"AuThorization" "Basic super-secret!"}})
-
+ (http/get "http://localhost:14587/?name")
; not found
(try
(http/get "http://localhost:14587/not-found")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment