ItzNotABug / appexpress

An express.js like framework for Appwrite Functions, enabling super-easy navigation!
Apache License 2.0
39 stars 4 forks source link

Improve Response Methods #12

Closed ItzNotABug closed 4 months ago

ItzNotABug commented 4 months ago

This PR does the following -

  1. Mark html(...) method as @deprecated
  2. Disallows sending multiple responses for a single request
  3. Test refactors