loudapet / 42webserv

This project is about writing one's own HTTP server
2 stars 0 forks source link

Allow (optional) modifiers in location directive in server config #21

Open andreaulicna opened 1 month ago

andreaulicna commented 1 month ago

Image

Why not to implement: "Be careful when using regular expressions in your location blocks, as they can be slower than exact or prefix matches. If possible, use exact or prefix matches instead of regular expressions to improve performance"