Skip to content

Releases: cloudydeno/deno-socket_fetch

v0.1: First release

27 Nov 12:48
9f21cad
Compare
Choose a tag to compare

This module in general is a stopgap solution, but consider this release even more stopgap.

Implemented features

  • Protocols:
    • http:
    • https:
    • http+unix:
  • Requests:
    • Headers
    • NO Buffered bodies
    • NO Streaming bodies
  • Responses:
    • Headers
    • Buffered bodies
    • NO Streaming bodies
  • NO Connection reuse
  • NO Error handling