File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ can be specified:
249249(def resp (client/get " http://google.com" {:headers h}))
250250(:headers resp)
251251=> {" server" " gws" ,
252- " content-encoding" " gzip" , ; ; <= google sent respones gzipped
252+ " content-encoding" " gzip" , ; ; <= google sent response gzipped
253253 " content-type" " text/html; charset=UTF-8" ,
254254 " content-length" " 26538" ,
255255 " connection" " close" }
@@ -291,7 +291,7 @@ body, you can use the `:decode-body-headers` option:
291291 " content-script-type" " text/javascript" ,
292292 " content-style-type" " text/css" ,
293293 " content-type" " text/html; charset=Shift_JIS" ,
294- " date" " Tue, 09 Oct 2012 18:02:59 GMT" ,
294+ " date" " Tue, 09 Oct 2012 18:02:59 GMT" ,
295295 " cache-control" " max-age=0, no-cache" ,
296296 " expires" " Tue, 09 Oct 2012 18:02:59 GMT" ,
297297 " etag" " \" 1dfb-2686-4cba2686fb8b1\" " ,
Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ used. Automatically bound when `with-middleware` is used."
637637 default-middleware )
638638
639639(defn wrap-request
640- " Returns a battaries -included HTTP request function coresponding to the given
640+ " Returns a batteries -included HTTP request function corresponding to the given
641641 core client. See default-middleware for the middleware wrappers that are used
642642 by default"
643643 [request]
You can’t perform that action at this time.
0 commit comments