p

express

package express

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. express
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait App extends Object with Routable with Renderer with HasLocals
    Annotations
    @JSType() @native()
  2. trait Dotfile extends Any
    Annotations
    @JSType() @native()
  3. type ErrorHandler[E <: Object] = Function4[E, Request, Response, Next, _]
  4. type Handler = Function3[Request, Response, Next, _]
  5. trait HandlerBase extends Any
    Annotations
    @JSType() @native()
  6. trait HasApp extends Object
    Annotations
    @JSType() @native()
  7. trait HasLocals extends Object
    Annotations
    @JSType() @native()
  8. trait JSONOptions extends Object
    Annotations
    @JSType()
  9. type Next = Function1[UndefOr[_ <: |[Any, String]], Unit]
  10. type PathParams = |[|[String, RegExp], Array[|[String, RegExp]]]
  11. trait Renderer extends Object
    Annotations
    @JSType() @native()
  12. trait Request extends Object with HasApp
    Annotations
    @JSType() @native()
  13. trait Response extends Object with Renderer with HasLocals with HasApp
    Annotations
    @JSType() @native()
  14. case class ResponseBuilder(run: (Response) => Response) extends Product with Serializable

    Immutable Response builder.

  15. implicit class RichApp extends AnyRef
  16. trait Routable extends Object with HandlerBase
    Annotations
    @JSType() @native()
  17. trait RouterOptions extends Object
    Annotations
    @JSType()
  18. trait StaticOptions extends Object
    Annotations
    @JSType()
  19. type TotalHandler = Function2[Request, Response, _]
  20. trait URLEncodedOptions extends Object
    Annotations
    @JSType()

Value Members

  1. def Router(options: RouterOptions): Routable
  2. def apply(): App
  3. def json(options: JSONOptions): HandlerBase
  4. def static(options: StaticOptions): HandlerBase
  5. def urlencoded(options: URLEncodedOptions): HandlerBase
  6. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  7. object Dotfile
  8. object ResponseBuilder extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped