- Return types of handlers are now type-checked.
(#57) - Introduce Response Shorthands, port the
str
,bytes
,None
and attrs response types to them.
(#57) - Unions containing shorthands and uapi response classes (and any combination of these) are now better supported.
(#57) - uapi is now tested against Mypy.
(#57)