Closed robrwo closed 2 years ago
This looks great! Is it possible to write a unit test for this?
This looks great! Is it possible to write a unit test for this?
I tried writing one but wasn't sure how to get the raw HTTP result without modifying Plack::Test. (I was hoping there was a HTTP 100 test I could borrow from.)
Do you have any ideas how this could be done?
This looks great! Is it possible to write a unit test for this?
Done.
Any plans to release a new version with this change soon?
This adds an informational callback as per Starlet or Gazelle servers.
It also changes the "100 Continue" handler to use the callback method code.