Fix verification of boilerplate, style and file headers
This commit is contained in:
parent
738d83985e
commit
a4f67c0853
20 changed files with 297 additions and 18 deletions
|
|
@ -27,10 +27,13 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
// FormatHeader name of the header used to extract the format
|
||||
FormatHeader = "X-Format"
|
||||
|
||||
// CodeHeader name of the header used as source of the HTTP statu code to return
|
||||
CodeHeader = "X-Code"
|
||||
|
||||
// ContentType name of the header that defines the format of the reply
|
||||
ContentType = "Content-Type"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue