Introduction of HTTP Primitives in @effect/platform Package
Hi @1110198784417345608
We have been working to get some http primitives added to the @effect/platform package. It is at the point where it would be great to get some feedback from early adopters, so we can iron out any rough edges or add anything we feel is missing.
There is both a client and server module added. Here are some simple examples:
- https://github.com/Effect-TS/platform/blob/main/packages/platform-node/examples/http-client.ts
- https://github.com/Effect-TS/platform/blob/main/packages/platform-node/examples/http-router.ts
Give it a go and let us know if you have any feedback!
We have been working to get some http primitives added to the @effect/platform package. It is at the point where it would be great to get some feedback from early adopters, so we can iron out any rough edges or add anything we feel is missing.
There is both a client and server module added. Here are some simple examples:
- https://github.com/Effect-TS/platform/blob/main/packages/platform-node/examples/http-client.ts
- https://github.com/Effect-TS/platform/blob/main/packages/platform-node/examples/http-router.ts
Give it a go and let us know if you have any feedback!
