Skip to content

Feature Request - Optional Message Formatters #33

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions