Skip to content

Feature Request - Optional Message Formatters #33

@ghost

Description

Within .NET WebAPI, its possible to add custom formatters for the message types, under WebApiConfig.
e.g.

        public static void Register(HttpConfiguration config)
        {
            // Web API configuration and services

            // Web API routes
            config.MapHttpAttributeRoutes();
            config.Formatters.Add(new MessagePackMediaTypeFormatter());

It'd be cool if we could add a formatter to the SwaggerProvider type constructor!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions