Hacker News new | ask | show | jobs
by mfikes 2648 days ago
You’d need to first do

  (require ‘replete.http)
in order to load the code for that namespace.

You should be able to copy output by pressing on a history row.

1 comments

Thank you. [ed: note for others - that should be a single-quote (') not a back-tick: (require 'replete.http)]

> You should be able to copy output by pressing on a history row.

Appears I can copy the historical input but not the output.

As for http/get - after the require i get a "Cleartext HTTP traffic to (...) not permitted" with a http url, and an {:error nil} with a https url...

Is there a more appropriate forum for discussing tutorial/getting started stuff? I'd like to play, but a set of (tested) koans seems to be required.

The first error might be platform security limitation and the second one looks like a bug. Please file an issue on GitHub https://github.com/replete-repl (use repo for iOS or Android app)