Contradiction between documentation and annotation of the secure parameter of set_cookie() #4204
Closed
Description
The secure parameter of StreamResponse.set_cookie() is documented as bool, but is annotated as Optional[str].
What is right?
The secure parameter of StreamResponse.set_cookie() is documented as bool, but is annotated as Optional[str].
What is right?