<spanclass="sd"> This type also contains constants for a number of common HTTP methods such as GET, POST, etc.</span>
<spanclass="sd"> Currently includes 8 variants representing the 8 methods defined in [RFC 7230](https://tools.ietf.org/html/rfc7231#section-4.1), plus PATCH, and an Extension variant for all extensions."""</span><spanclass="c1"># noqa: E501</span>
<spanclass="w"></span><spanclass="sd">"""# The `OPTIONS` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.2.1). """</span><spanclass="c1"># noqa: E501</span>
<spanclass="w"></span><spanclass="sd">"""# The `GET` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1). """</span><spanclass="c1"># noqa: E501</span>
<spanclass="w"></span><spanclass="sd">"""# The `POST` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1). """</span><spanclass="c1"># noqa: E501</span>
<spanclass="w"></span><spanclass="sd">"""# The `PUT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1). """</span><spanclass="c1"># noqa: E501</span>
<spanclass="w"></span><spanclass="sd">"""# The `DELETE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.5). """</span><spanclass="c1"># noqa: E501</span>
<spanclass="w"></span><spanclass="sd">"""# The `HEAD` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.2). """</span><spanclass="c1"># noqa: E501</span>
<spanclass="w"></span><spanclass="sd">"""# The `TRACE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3). """</span><spanclass="c1"># noqa: E501</span>
<spanclass="w"></span><spanclass="sd">"""# The `CONNECT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.6). """</span><spanclass="c1"># noqa: E501</span>
<spanclass="w"></span><spanclass="sd">"""# The `PATCH` method as defined in [RFC 5789](https://tools.ietf.org/html/rfc5789). """</span><spanclass="c1"># noqa: E501</span>