Sets the acceptable HTTP method to all known
(self, **overrides)
| 571 | return self.where(accept="CONNECT", **overrides) |
| 572 | |
| 573 | def call(self, **overrides): |
| 574 | """Sets the acceptable HTTP method to all known""" |
| 575 | return self.where(accept=HTTP_METHODS, **overrides) |
| 576 | |
| 577 | def http(self, **overrides): |
| 578 | """Sets the acceptable HTTP method to all known""" |