all repos — min @ 342576a65fcf587348a6e913b94daaae1bb75195

A small but practical concatenative programming language.

Fixed example for request.
h3rald h3rald@h3rald.com
Sat, 11 Jan 2020 10:47:30 +0100
commit

342576a65fcf587348a6e913b94daaae1bb75195

parent

06ea139885bc12b0176d003e1f09bb26a17b2c17

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M site/contents/reference-http.mdsite/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}}||