Skip to content

http4s/http4s-dom

Folders and files

NameName
Last commit message
Last commit date
Aug 26, 2022
Jul 18, 2022
Jun 20, 2022
Aug 26, 2022
Aug 24, 2022
Jun 5, 2022
Jul 6, 2022
Sep 20, 2021
Sep 20, 2021
Jun 5, 2022
Aug 11, 2022
Mar 20, 2022
Sep 20, 2021
Jun 11, 2022
Aug 26, 2022

Repository files navigation

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.3"