https://github.com/http4s/http4s-session
Http4s Session Convenience
https://github.com/http4s/http4s-session
Last synced: 8 months ago
JSON representation
Http4s Session Convenience
- Host: GitHub
- URL: https://github.com/http4s/http4s-session
- Owner: http4s
- License: mit
- Created: 2021-02-25T05:52:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-25T05:37:41.000Z (9 months ago)
- Last Synced: 2025-06-01T02:11:13.914Z (8 months ago)
- Language: Scala
- Size: 891 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# http4s-session  [](https://maven-badges.herokuapp.com/maven-central/org.http4s/http4s-session_2.13) 
Http4s Session Management
## [Head on over to the microsite](https://http4s.github.io/http4s-session)
## Quick Start
To use http4s-session in an existing SBT project with Scala 2.13 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:
```scala
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-session" % ""
)
```