custom-http.scm 134 B

12345
  1. (define http-proxy-setting 'direct)
  2. (define http-proxy-hostname "localhost")
  3. (define http-proxy-port 8080)
  4. (define http-timeout 3000)