routing

routing

  • Docs
  • GitHub

›Documentation

Documentation

  • Installation
  • Routes
  • Routing
  • Implementations

    • Choosing an implementation
    • http4s 0.23 (latest stable on cats effect 3)
    • http4s 1.0.0-M44 (latest development on cats effect 3)
    • Play Framework
  • Reverse Routing

More

  • Benchmarks
  • Example

Installation

The routing-core package provides simple, type-safe, and framework-agnostic forward and reverse routing for HTTP applications. To get started, add the following to your SBT configuration:

resolvers += "bondlink-maven-repo" at "https://maven.bondlink-cdn.com"
libraryDependencies += "bondlink" %% "routing-core" % "5.0.0"

Note: Versions 4 and above are built for Scala 2.13.x and Scala 3, and require at least Java 11. The last version to support Scala 2.12 and Java 8 is 3.2.1.

Routes →
Docs
Installation
Community
More
GitHub
Copyright © 2025 BondLink