Skip to main content

Http

Port Forward local ports from your private network | HTTP example.

Connection Configuration

NameTypeDescription
HOSTenv-varThe IP or hostname of the service
PORTenv-varThe port of the service

How to Use

hoop connect my-http --port 8080

Open the forwarded service in a web browser or via http request.

curl http://127.0.0.1:8080
# or
open http://127.0.0.1:8080