Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc using structured transforms with IHttpForwarder #2291

Open
Tratcher opened this issue Oct 27, 2023 · 0 comments
Open

Doc using structured transforms with IHttpForwarder #2291

Tratcher opened this issue Oct 27, 2023 · 0 comments
Labels
help wanted We will welcome a contribution Type: Documentation Improvements or additions to documentation
Milestone

Comments

@Tratcher
Copy link
Member

https://microsoft.github.io/reverse-proxy/articles/direct-forwarding.html
https://microsoft.github.io/reverse-proxy/articles/transforms.html

Both of these docs talk about transforms, and direct forwarding, but only in the context of deriving from HttpTransformer to do your own custom thing.

ITransformBuilder.Create(Action<TransformBuilderContext> action); as added to help create a transformer for IHttpForwarder while still using all of the structured transforms. This should be covered in both of those docs.
2f2fc26#diff-864e9f675b0f53707e74be0e99181f657646b2b33a6f75f04f94b3715181ffc1R44-R50

@Tratcher Tratcher added Type: Documentation Improvements or additions to documentation help wanted We will welcome a contribution labels Oct 27, 2023
@adityamandaleeka adityamandaleeka added this to the v.Next milestone Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We will welcome a contribution Type: Documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants