PasteRack.org
Paste # 31275
2017-02-01 01:21:31

Fork as a new paste.

Paste viewed 1528 times.


Embed:

#lang racket
(require net/url net/url-connect)
(parameterize ([current-https-protocol 'secure])
  (port->string (get-pure-port (string->url "https://www.google.com/"))))