An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# http4s-session ![Continuous Integration](https://github.com/http4s/http4s-session/workflows/Continuous%20Integration/badge.svg) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.http4s/http4s-session_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.http4s/http4s-session_2.13) ![Code of Consuct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg)
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" % ""
)
```