elazarl / goproxy

An HTTP proxy library for Go
BSD 3-Clause "New" or "Revised" License
6.06k stars 1.1k forks source link

How do I turn off http.ListenAndServer? #549

Closed Arkissa closed 1 month ago

Arkissa commented 1 month ago

I don't see any Close method in ProxyHttpServer, nor do I find relevant information in the Document. What should I do?

elazarl commented 1 month ago

It's an HTTP handler, why should it be different than any other handler?

Arkissa commented 1 month ago

I got you