| commit | 5efb0047c70efefcd27e835149a2005eca2e9c58 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Wed Jan 29 10:04:05 2020 -0800 |
| committer | GitHub <noreply@github.com> | Wed Jan 29 10:04:05 2020 -0800 |
| tree | 93490c1ec7f852a6ac29486e79f123d56f3d8a88 | |
| parent | 17245f9683b472c51e0f4e9188390097aa381ed4 [diff] |
Add preserveHeaderCase argument (dart-lang/http_multi_server#22) An upcoming SDK release will add a named argument which must be included for any class which `implements` the interface. Pre-emptively add the argument to the signature so that we have a version of this package which is forward compatible with the SDK. We will properly forward the argument once we have an SDK release with the change.