Registry / web-framework / lift-webkit-2-9-1-1

lift-webkit-2-9-1-1

JSON →
library2.6.3javamavenunverified

Webkit Library for the Lift web framework, providing HTTP and web utilities.

<dependency> <groupId>net.liftweb</groupId> <artifactId>lift-webkit_2.9.1-1</artifactId> <version>2.6.3</version> </dependency>
INSTALL
IMPORT
SIG · LIFT-WEBKIT-2-9-1-
L
lift-webkit-2-9-1-1
web-frameworkjavav2.6.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LiftRules
net.liftweb.http.LiftRules

Configures a simple stateless dispatch rule in Lift.

import net.liftweb.http.LiftRules; public class Boot { public void init() { LiftRules.statelessDispatchTable.append({ case Req("api" :: Nil, _, GetRequest) => () => Full(PlainTextResponse("Hello")) }); } }
Debug
Known issues
breakingLift 2.x is outdated; consider migrating to Lift 3.x or newer.
fix
Upgrade to Lift 3.x for Scala 2.12/2.13 support.
affects: <=2.6.3
Upgrade
Version history
2.6.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lift-webkit-2-9-1-1 — mvn dependency:get lift-webkit-2-9-1-1 · libregistry