strawberry icon indicating copy to clipboard operation
strawberry copied to clipboard

HTTP integrations next steps

Open patrick91 opened this issue 3 years ago • 0 comments

I just merged #1840 which removes most of the duplicated code for the tests of the HTTP integrations.

  • [ ] Files support in Chalice
  • [ ] Remove TemporalResponses classes in favour of the framework classes TemporalResponse
  • [ ] In lieu of the above, maybe it is worth implementing a framework agnostic way #1801 #1579
  • [x] Make sure the status code are good #2270
  • [x] Unify the HTTP processing, a lot of code is duplicated between the integrations at the moment.

patrick91 avatar Dec 09 '22 11:12 patrick91