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

Protobuf support #360

Conversation

IulianCaluian
Copy link
Contributor

This pull request adds support for Protocol Buffers serialization in GenHTTP using the protobuf-net library. A new class implementing ISerializationFormat has been added in a new module to handle the serialization. The ContentType has also been extended to include the application/protobuf content type. Acceptance tests have been included to ensure the proper functionality of this feature.

@Kaliumhexacyanoferrat Kaliumhexacyanoferrat linked an issue Jan 5, 2023 that may be closed by this pull request
Modules/Protobuf/GenHTTP.Modules.Protobuf.csproj Outdated Show resolved Hide resolved
@Kaliumhexacyanoferrat
Copy link
Owner

@IulianCaluian : Great, thank you very much for your contribution! You might want to add your name to the author section before I merge?

@Kaliumhexacyanoferrat Kaliumhexacyanoferrat merged commit a99dd4a into Kaliumhexacyanoferrat:master Jan 6, 2023
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.

Add support for protobuf
2 participants