Skip to content

Commit

Permalink
feat: openapi3: add "in" constants for header, query, cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Oct 20, 2022
1 parent 7a17227 commit f6c94b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi3/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ const (
PropertyOperationID = "operationId"
PropertySummary = "summary"
PropertyTags = "tags"

InHeader = "header"
InQuery = "query"
InCookie = "cookie"
)

0 comments on commit f6c94b9

Please sign in to comment.