Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

8.2.0: Endpoint::with() overloading

Compare
Choose a tag to compare
@thekid thekid released this 29 Sep 17:39
· 40 commits to master since this release
  • 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)