Response
Cookies
from masonite.response import Response
def show(self, response: Response):
response.cookie("key")from masonite.response import Response
def show(self, response: Response):
response.cookie("Accepted-Cookies", "True")from masonite.response import Response
def show(self, response: Response):
response.delete_cookie("Accepted-Cookies")Redirecting
with_success
with_errors
with_input
Headers
Status
Downloading
Last updated