http4s / http4s-dom

http4s, in a browser near you

Home Page:https://http4s.github.io/http4s-dom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http4s-dom

Use http4s in your browser with Scala.js! Check out the interactive examples in the docs.

Features:

Notably, http4s-dom can also be used to create serverless apps with Cloudflare Workers which have adopted the same APIs used in the browser!

It is also possible to use the FetchClient in Node.js v18+, which added experimental support for fetch, although some browser-specific features may not be available.

Usage

http4s-dom Scala version support

libraryDependencies += "org.http4s" %%% "http4s-dom" % "0.2.8"

About

http4s, in a browser near you

https://http4s.github.io/http4s-dom/

License:Apache License 2.0


Languages

Language:Scala 98.8%Language:Nix 1.2%