Sending HTTP POST in Racket
问题 I am trying to send a string via http/post in Racket, this is what I tried so far after reading the Racket HTTP Client Documentation #lang racket (require net/http-client) (define myUrl "https://something.com") (http-conn-send! (http-conn-open myUrl #:ssl? #t) #:version "1.1" #:method "POST" #:data "Hello") But with this I receive the following error: tcp-connect: connection failed detail: host not found address: https://www.w3.org/ port number: 443 step: 1 system error: nodename nor servname