Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 307 Bytes

File metadata and controls

11 lines (10 loc) · 307 Bytes

Lagrange.Proto Adapter For ASP.NET

Example Usage

var protobufOptions = new ProtobufFormatterOptions
        {
            SupportedContentTypes = { "application/x-protobuf" }
        };
        builder.Services.AddControllers()
            .AddGeneratedProtobufFormatters(protobufOptions);