Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 207 Bytes

File metadata and controls

5 lines (4 loc) · 207 Bytes

httpmap

HTTP router (mux) with simple map as underlying storage

idea

HTTP request routing can be based on simple hashmap. To do so we just need to tag parameters in URLs (eg. with preceding colon).