Use FastEndpoints to create your first endpoint that will handle an HTTP POST request and send a response back to the client. You simply configure how the endpoint should be listening to incoming requests from clients in the Configure() section. You can also override the HandleAsync() method in order to specify your handling logic.
Table of contents
# Create Project & Install Package# Prepare Startup# Add A Request DTO# Add A Response DTO# Add An Endpoint Class# Endpoint Types# Sending Responses# Configuring With Attributes# Cancellation Token6 Comments
Sort: