views.generic.base.View.options()

options(request, *args, **kwargs)

Handles responding to requests for the OPTIONS HTTP verb. Returns a response with the Allow header containing a list of the view’s allowed HTTP method names.

doc_Django
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.