Luukdegram / apple_pie

Basic HTTP server implementation in Zig
MIT License
163 stars 21 forks source link

refactor date formatting to use std.fmt.Formatter #84

Closed bootradev closed 2 years ago

bootradev commented 2 years ago

Hello!

This PR implements the work discussed in https://github.com/Luukdegram/apple_pie/pull/83. I don't have the knowledge of the http spec to implement https://github.com/Luukdegram/apple_pie/issues/34, but it should be fairly easy to do so now.

Let me know if these changes are what you expected. :)

Luukdegram commented 2 years ago

Thank you for taking up the task. This is great and ready to be merged as-is. Don't worry about #34, I can implement that some other day :)