Exploring Axum Fundamentals
摘要
In this chapter, we’ll build a REST API with Axum and Postgres. You’ll learn how the server routes requests to handler functions and how to exchange different types of data between clients and servers.