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

refactor: Transformer API #49

Merged
merged 3 commits into from
Oct 19, 2020
Merged

refactor: Transformer API #49

merged 3 commits into from
Oct 19, 2020

Conversation

mayuki
Copy link
Owner

@mayuki mayuki commented Oct 19, 2020

Breaking changes

IBodyDataTransformer.Transform method has been changed to IBodyDataTransformer.TryTransform.

bool TryTransform(HttpRequestRecord record, ReadOnlySpan<byte> body, StringValues contentTypeHeaderValues, out BodyDataTransformResult result);

@mayuki mayuki changed the title Refactor Transformer API refactor: Transformer API Oct 19, 2020
@mayuki mayuki merged commit e3cb9d1 into master Oct 19, 2020
@mayuki mayuki deleted the feature/RefactorTransformer branch October 19, 2020 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant