Skip to content

Releases: lucasepe/drop

v0.4.0

28 Mar 10:04
3790fc5

Choose a tag to compare

🔥 Dynamic HTTP response headers for specific file

v0.3.0

25 Mar 06:27
97fe892

Choose a tag to compare

  • 📡 Support for OPTIONS requests, returning allowed HTTP methods
  • ⚡ Proper handling of HEAD requests (returns headers like Content-Type and Content-Length plus your custom headers)
  • ⛔ Blocks unsupported HTTP methods (POST, PUT, DELETE, etc.) with 405 Method Not Allowed

v0.2.0

24 Mar 08:51
f46eef0

Choose a tag to compare

🥳 allows you to define custom HTTP response headers based on file request patterns

v0.1.0

23 Mar 20:49
06428bb

Choose a tag to compare

feat: first commit