kazu-yamamoto / mighttpd2

File/CGI web server on Warp
BSD 3-Clause "New" or "Revised" License
136 stars 20 forks source link

Rules for forward proxy #10

Open freizl opened 10 years ago

freizl commented 10 years ago

Does mighttpd2 already support or will support "forward proxy" functionality?

Basically it means when no rules match from route.config, just fetch response from origin server.

Thanks.

kazu-yamamoto commented 10 years ago

Currently, the answer is no. I think that we need to consider how to manage caches if we want to implement it.

freizl commented 10 years ago

How about have first version without caches then added at version two?

By having that, mighttpd2 would become a useful web debug proxy like Charles.

kazu-yamamoto commented 10 years ago

That makes sense.

Unfortunately, I'm quite busy for a month. So, ping me later if you really wish.

freizl commented 9 years ago

Hi, do you get chance to implement this feature?

kazu-yamamoto commented 9 years ago

Maybe in May. I would like to implement forward/reverse proxy between {HTTP/1.1, HTTP/2} and {HTTP/1.1, HTTP/2}.

freizl commented 9 years ago

wonderful.