zhttp.dsl
package zhttp.dsl
Members list
Concise view
Type members
Classlikes
object IntVar
Integer extractor of a path variable:
Integer extractor of a path variable:
Path("/user/123") match {
case Root / "user" / IntVar(userId) => ...
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- IntVar.type
object LongVar
Long extractor of a path variable:
Long extractor of a path variable:
Path("/user/123") match {
case Root / "user" / LongVar(userId) => ...
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- LongVar.type
trait Path
object Path
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
object StringVar
UUID extractor of a path variable:
UUID extractor of a path variable:
Path("/user/thomasd") match {
case Root / "user" / StringVar(userId) => ...
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- StringVar.type
Attributes
- Graph
- Supertypes