Fixed example for request.
h3rald h3rald@h3rald.com
Sat, 11 Jan 2020 10:47:30 +0100
1 files changed,
5 insertions(+),
5 deletions(-)
jump to
M
site/contents/reference-http.md
→
site/contents/reference-http.md
@@ -16,12 +16,12 @@ >
> > %sidebar% > > Example > > -> > The following code constructs a {{req}} dictionary using the **tap** operator and passes it to the **request** operator to perform an HTTP GET request to <http://httpbin.org/ip>: +> > The following code constructs a {{req}} dictionary and passes it to the **request** operator to perform an HTTP GET request to <http://httpbin.org/ip>: > > -> > {} ( -> > ("GET" %method) -> > ("http://httpbin.org/ip" %url) -> > ) tap request +> > {} +> > "GET" %method) +> > "http://httpbin.org/ip" %url +> > request #} {#op||start-server||{{d}}||{{null}}||