issues
search
go-fuego
/
fuego
Golang Fuego - web framework generating OpenAPI 3 spec from source code
https://go-fuego.github.io/fuego/
MIT License
924
stars
47
forks
source link
Better Accept Serialization
#200
Closed
EwenQuim
closed
1 month ago
EwenQuim
commented
1 month ago
This PR does 2 things:
explicitely declare te Accept Header that we use in Fuego, I don't know why I didn't do it earlier
Treat serialization errors as a 406 Not Acceptable error
This PR does 2 things: