PasteRack.org
Paste # 11700
2014-11-26 18:42:01

Fork as a new paste.

Paste viewed 134 times.


Embed:

step 1 - getting anything to work correctly

  1. #lang racket
  2. (require net/url)
  3.  
  4. (display-pure-port (get-pure-port (string->url "https://api.github.com/zen")))

=>

tcp-connect: network access denied: '("api.github.com" 443

client)