ngrok / ngrok-go

Embed ngrok secure ingress into your Go apps as a net.Listener with a single line of code.
MIT License
668 stars 64 forks source link

Fasthttp example #76

Open jrobsonchase opened 1 year ago

jrobsonchase commented 1 year ago

See #65

We can probably take the example code directly from my/euan's comment, or adapt our existing http example for fasthttp. It should end up looking more or less the same either way.

cyrusjc commented 5 months ago

Hi, I've implemented the example as per @jrobsonchase / @euank's comments in #65