saviorand / lightbug_http

Simple and fast HTTP framework for Mojo! 🔥
MIT License
567 stars 36 forks source link

Split http module into multiple files #67

Closed bgreni closed 2 weeks ago

bgreni commented 1 month ago

Module structure remains the same for users (import paths are the same as before), but request and response have their own files to keep things easier to maintain as their complexity grows.

saviorand commented 1 month ago

Just pushed , I removed the sys package since it's not needed now that we removed the Python Client/Server implementations

bgreni commented 2 weeks ago

@saviorand Just a friendly ping that I recently finally got around to addressing your feedback

saviorand commented 2 weeks ago

@bgreni thanks for the ping. Double-checked everything, looking good. Removed a couple print statements. Merging now.

saviorand commented 2 weeks ago

Thanks for this contribution! 🙏