karlseguin / http.zig

An HTTP/1.1 server for zig
MIT License
454 stars 31 forks source link

Fixed OPTIONS method in router.zig #20

Closed yarreg closed 10 months ago

yarreg commented 10 months ago

Fix for:

src/router.zig:217:8: error: no field or member function named 'optionC' in 'router.Router(void,void)'
   self.optionC(path, action, .{});