Section
12.2.2
Top Level
General
Configure the Web server to only allow these HTTP methods unless otherwise required.
Django

Aside from configuring allowed HTTP methods in your Web server, Django also provides a require_http_methods decorator indjango.views.decorators.http that can be used on views to restrict the HTTP methods they allow.

Natural Webagent
This is handled by the server admins.