[Yugong Series] September 2023 WPF+PC+Industrial Internet 096-WebApi (minimalApi, AOP, authentication)


Preface

Web API is a technology that uses the HTTP protocol to provide services to external clients (such as browsers, mobile applications, desktop applications, etc.). It is a Web service with a RESTful (Representational State Transfer) architecture. Web API uses standard HTTP-based protocols, such as HTTP requests, HTTP responses, HTTP status codes, HTTP headers and HTTP methods, etc., to process requests and return response data.

Web API is usually used to build web applications or web services with dynamic content, such as mobile applications based on client-server architecture, single pages on the web side

Guess you like

Origin blog.csdn.net/aa2528877987/article/details/132796454