API #
Hono’s API is simple. Just composed by extended objects from Web Standard API. So, you can understand it well quickly.
In this section, we introduce API of Hono like below.
- Hono object
- About routing
- Context object
- About middleware
Hono’s API is simple. Just composed by extended objects from Web Standard API. So, you can understand it well quickly.
In this section, we introduce API of Hono like below.