Salvo 0.50.3 Released, Rust Web Backend Framework

Salvo is an extremely simple and powerful Rust web backend framework. Only basic Rust knowledge is required to develop backend services.

Chinese users can add me on WeChat (chrislearn) and join the WeChat discussion group.

  • Based on Hyper , developed by Tokio ;
  • Support HTTP1, HTTP2 and HTTP3 ;
  • Unified middleware and handle interface;
  • Routing supports unlimited levels of nesting;
  • Each route can have one or more middleware;
  • Integrated Multipart form processing;
  • Support WebSocket, WebTransport;
  • Support OpenAPI;
  • Support Acme, automatically get TLS certificate from let's encrypt .

Contents of this update:

- Add concurrency-limiter middleware.

- Fix the repeated field name error in openapi json required.

- The proxy middleware allows to customize the extraction method of url path and query.

- The proxy middleware allows customizing the Client.

- Swagger UI is upgraded to 5.3.0.

- Added ReDoc and RapiDoc support.

- Upgraded opentelemetry.

Guess you like

Origin www.oschina.net/news/253429/salvo-0-50-3-released