| CARVIEW |
Select Language
HTTP/1.1 200 Document follows
Server: nginx/1.24.0 (Ubuntu)
Date: Wed, 31 Dec 2025 03:03:12 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
last-modified: Sat, 27 Dec 2025 23:44:37 GMT
Content-Encoding: gzip
http.json vocabulary - Factor Documentation
Summary
Metadata
Words
Ordinary words
Files
Metadata
| Parents: | http |
Words
Ordinary words
| Word | Stack effect |
<json-data> | ( assoc/json-string -- post-data ) |
<json-request> | ( url method -- request ) |
accept-json | ( request -- request ) |
http-delete-json | ( url -- response json ) |
http-get-json | ( url -- response json ) |
http-head-json | ( url -- response json ) |
http-json | ( request -- json ) |
http-options-json | ( url -- response json ) |
http-patch-json | ( assoc/json-string url -- response json ) |
http-post-json | ( assoc/json-string url -- response json ) |
http-put-json | ( assoc/json-string url -- response json ) |
http-request-json | ( request -- response json ) |
http-trace-json | ( url -- response json ) |
rest-request-json | ( url method -- response json ) |
rest-request-json-with-body | ( body url method -- response json ) |
Files