htrgouvea / nipe

An engine to make Tor network your default gateway

Home Page:https://heitorgouvea.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightweight HTTP module

bmeneg opened this issue · comments

@GouveaHeitor what do you think if we replace LWP::UserAgent by HTTP::Tiny on Status.pm? HTTP::Tiny is already used by cpanm, easing Nipe's installation process and timing, since LWP::UserAgent brings a lot of other modules together.

Even more considering we only perform a single and simple request.
I can work on that if you agree.

Bruno, thanks again for that!

I will open a PR in a few minutes adding this suggestion!

After a look at PR #91 91 and see if that was your recommendation ...

If you want to open an additional PR, feel free.

Just checked and that's correct!
Thanks @GouveaHeitor