AllowMethods will re-register the future routes that will be registered via `Handle`, `Get`, `Post`, ... to the given "methods" on that Party and its children "Parties", duplicates are not registered. Call of `AllowMethod` will override any previous allow methods.
(methods ...string)
| 264 | // |
| 265 | // Call of `AllowMethod` will override any previous allow methods. |
| 266 | AllowMethods(methods ...string) Party |
| 267 | |
| 268 | // SetExecutionRules alters the execution flow of the route handlers outside of the handlers themselves. |
| 269 | // |
no outgoing calls