CL-USER> (drakma:http-request "http://localhost:8080/" :method :post :content-type "application/lisp" :content "(foo bar baz)") $ nc -vvv -l -p 8080 listening on [any] 8080 ... connect to [127.0.0.1] from localhost [127.0.0.1] 57924 POST / HTTP/1.1 Host: localhost:8080 User-Agent: Drakma/2.0.7 (SBCL 2.1.3; Linux; 5.10.0-1-amd64; http://weitz.de/drakma/) Accept: */* Connection: close Content-Type: application/lisp Content-Length: 13 (foo bar baz)