This repository was archived by the owner on Apr 5, 2020. It is now read-only.
8.2.0: Endpoint::with() overloading
- Changed
Endpoint::with()
to be liberal in what it accepts. It can now
be called with both a map as single argument and with two arguments, the
header and its value.
(@thekid)