Stream: beginners

Topic: Http not in basic-cli documentation


view this post on Zulip rofrol (Jan 11 2023 at 10:49):

I cannot see it here https://www.roc-lang.org/packages/basic-cli/Http

But I see it here https://github.com/roc-lang/basic-cli/blob/main/src/Http.roc

and here https://github.com/roc-lang/roc/blob/main/examples/cli/http-get.roc

Also there are links to https://www.roc-lang.org/packages/basic-cli/Documentation and https://www.roc-lang.org/builtins/Documentation but they give 404

view this post on Zulip Anton (Jan 11 2023 at 10:53):

Yeah, our automated checker reported the error yesterday, I'm working on resolving it

view this post on Zulip Anton (Jan 11 2023 at 17:00):

After a long roundabout search, I've found that the Http module is simply no longer exposed.
@Richard Feldman can probably explain why that change was made

view this post on Zulip Richard Feldman (Jan 11 2023 at 17:16):

probably wasn't intentional, unless it was breaking docs generation maybe?

view this post on Zulip Richard Feldman (Jan 11 2023 at 17:18):

I recently changed docs to only be generated for exposed modules, and I may have made a mistake while messing around with basic-cli's exposes :sweat_smile:


Last updated: Jul 05 2025 at 12:14 UTC