You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to work out how to use Suave as a proxy, I notice that proxy.fs was removed, and I'm trying to reimplement it, but there's a lot of stuff no longer available (e.g. response_f).
Is there any built in way of setting up proxying, if not, how would I go about getting this to work?
The text was updated successfully, but these errors were encountered:
Proxy.fs can be re-added and updated; the APIs have only changed in names (like the above), not in semantics. We need someone who can help us maintain the proxy, too. Bonus points for a TCP/state-machine implementation, OK-to-merge for a WebRequest-variant.
Hi,
I'm trying to work out how to use Suave as a proxy, I notice that proxy.fs was removed, and I'm trying to reimplement it, but there's a lot of stuff no longer available (e.g. response_f).
Is there any built in way of setting up proxying, if not, how would I go about getting this to work?
The text was updated successfully, but these errors were encountered: