title util/cnp-req content text fmt **cnp-req** is a simple command-line utility for making CNP requests over TCP. section Installation text fmt cnp-req requires @@https://golang.org/dl/ Go 1.8 or later@@. Install it with: raw sh go install contnet.org/util/cnp-req@latest section Usage text pre cnp-req [OPTIONS] [URL] [PARAM=VALUE...] URL can be either a cnp:// URL or a CNP request intent. Options: -B BODY set request body to BODY -I only print the response header without the body -b read body data from stdin -i print the response header -r treat parameters as raw CNP-encoded parameters -v print the request header and body section Source text fmt The cnp-fmt source code is available on @@https://git.clsr.net/contnet/cnp-req@@ links /spec/ Specifications /doc/ Documents /draft/ Drafts /lib/ Libraries /util/ Tools and utilities site tool cnp-req