Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

endpoint mapping by http method #54

Closed
hauner opened this issue Feb 13, 2021 · 1 comment
Closed

endpoint mapping by http method #54

hauner opened this issue Feb 13, 2021 · 1 comment

Comments

@hauner
Copy link
Member

hauner commented Feb 13, 2021

currently the endpoint mappings are applied to all http methods of a single endpoint:

openapi-processor-mapping: v2.0
    
map:
  paths:
    /foo:
      parameters:
        - add: request => javax.servlet.http.HttpServletRequest

It should be possible to configure an endpoint mapping only for a specific http method:

openapi-processor-mapping: v2.0
    
map:
  paths:
    /foo:
      get:
        parameters:
          - add: request => javax.servlet.http.HttpServletRequest
@hauner
Copy link
Member Author

hauner commented Feb 19, 2021

see #55

@hauner hauner closed this as completed Feb 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant