p
express
package express
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- express
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait App extends Object with Routable with Renderer with HasLocals
- Annotations
- @JSType() @native()
- trait Dotfile extends Any
- Annotations
- @JSType() @native()
- type ErrorHandler[E <: Object] = Function4[E, Request, Response, Next, _]
- type Handler = Function3[Request, Response, Next, _]
- trait HandlerBase extends Any
- Annotations
- @JSType() @native()
- trait HasApp extends Object
- Annotations
- @JSType() @native()
- trait HasLocals extends Object
- Annotations
- @JSType() @native()
- trait JSONOptions extends Object
- Annotations
- @JSType()
- type Next = Function1[UndefOr[_ <: |[Any, String]], Unit]
- type PathParams = |[|[String, RegExp], Array[|[String, RegExp]]]
- trait Renderer extends Object
- Annotations
- @JSType() @native()
- trait Request extends Object with HasApp
- Annotations
- @JSType() @native()
- trait Response extends Object with Renderer with HasLocals with HasApp
- Annotations
- @JSType() @native()
- case class ResponseBuilder(run: (Response) => Response) extends Product with Serializable
Immutable Response builder.
- implicit class RichApp extends AnyRef
- trait Routable extends Object with HandlerBase
- Annotations
- @JSType() @native()
- trait RouterOptions extends Object
- Annotations
- @JSType()
- trait StaticOptions extends Object
- Annotations
- @JSType()
- type TotalHandler = Function2[Request, Response, _]
- trait URLEncodedOptions extends Object
- Annotations
- @JSType()
Value Members
- def Router(options: RouterOptions): Routable
- def apply(): App
- def json(options: JSONOptions): HandlerBase
- def static(options: StaticOptions): HandlerBase
- def urlencoded(options: URLEncodedOptions): HandlerBase
- case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object Dotfile
- object ResponseBuilder extends Serializable