Configuring FastEndpoints
You configure how an endpoint should listen to incoming requests in your overridden Configure() method. You call inherited methods like Get(), Post(), AllowAnonymous(), and so on.
Configuration methods and properties
A more complete list of configuration methods is shown in Table 13.5:
|
Methods |
Description |
|
|
All these methods can have a comma-separated list of string values passed, |
|
|
Pass a comma-separated list of HTTP verbs, and pass a comma-separated list of string values, |