Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently,
starlette
will return its ownstarlette.Response
likeJSONResponse
, whileflask
andfalcon
return an inherit instance ofpydantic.BaseModel
. To reduce users' work, all of these should return the frameworks' own type.On the other hand, exceptions are not caught by
spectree
, so it won't verify if it's the correct format as defined.Beta Was this translation helpful? Give feedback.
All reactions