CrowdHailer / raxx

Interface for HTTP webservers, frameworks and clients
https://hexdocs.pm/raxx
Apache License 2.0
400 stars 29 forks source link

make `use Raxx.Middleware` a thing #149

Closed nietaki closed 5 years ago

nietaki commented 5 years ago

There are some situations where having default, no-op implementations for Raxx.Middleware callbacks could be useful - there's many middlewares that would only need to modify the request headers and forcing people to write the other callbacks is unproductive.

CrowdHailer commented 5 years ago

I think that the attached PR does everything we need for this.

@nietaki agree?

nietaki commented 5 years ago

yup