Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 218 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 218 Bytes

htte

The goal of htte is to build a web server from scratch.

feature

  • Support common http methods (GET, POST, PUT, PATCH, DELETE)
  • global middleware
  • Support middleware for routes
  • Validation