Skip to content

Releases: lindsaykwardell/http-wrapper

v0.5.0

30 May 03:01
5582ce4
Compare
Choose a tag to compare
Update README.md

v0.4.0

27 May 02:22
31d34c6
Compare
Choose a tag to compare
Update README.md

v0.3.0: Merge pull request #4 from lindsaykwardell/dev

26 May 01:11
a29c54e
Compare
Choose a tag to compare
Add Socket class to easily manage WebSocket connection events.

v0.2.4

24 May 22:34
Compare
Choose a tag to compare

Reordered static file checks vs routes

v0.2.3

24 May 22:04
761cea5
Compare
Choose a tag to compare

Added check to see if resource was requested from static location. If no location was provided, index.html is returned

v0.2.2: Update README.md

24 May 21:11
844660a
Compare
Choose a tag to compare

Added MIME type checking on static files

v0.2.1

24 May 19:47
Compare
Choose a tag to compare

Tweak to README to correctly show how to import from deno.land

v0.2.0

24 May 19:44
Compare
Choose a tag to compare

Added static files, additional HTTP methods.