json.http vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Ordinary words
WordStack effect
<json-post-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-options-json( url -- response json )
http-patch-json( assoc/json-string url -- response json )
http-post-json( post-data url -- response json )
http-put-json( post-data url -- response json )
http-trace-json( url -- response json )


Files