Class

io.scalajs.npm.express.Response

HttpResponseExtensions

Related Doc: package Response

Permalink

implicit final class HttpResponseExtensions extends AnyVal

Http Response Extensions

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpResponseExtensions
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpResponseExtensions(response: Response)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def badRequest(cause: Throwable): Unit

    Permalink
    Annotations
    @inline()
  6. def badRequest(message: String): Unit

    Permalink
    Annotations
    @inline()
  7. def badRequest(json: Any): Unit

    Permalink
    Annotations
    @inline()
  8. def badRequest(): Unit

    Permalink
    Annotations
    @inline()
  9. def forbidden(cause: Throwable): Unit

    Permalink
    Annotations
    @inline()
  10. def forbidden(message: String): Unit

    Permalink
    Annotations
    @inline()
  11. def forbidden(json: Any): Unit

    Permalink
    Annotations
    @inline()
  12. def forbidden(): Unit

    Permalink
    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  14. def internalServerError(cause: Throwable): Unit

    Permalink
    Annotations
    @inline()
  15. def internalServerError(message: String): Unit

    Permalink
    Annotations
    @inline()
  16. def internalServerError(json: Any): Unit

    Permalink
    Annotations
    @inline()
  17. def internalServerError(): Unit

    Permalink
    Annotations
    @inline()
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def notFound(cause: Throwable): Unit

    Permalink
    Annotations
    @inline()
  20. def notFound(message: String): Unit

    Permalink
    Annotations
    @inline()
  21. def notFound(json: Any): Unit

    Permalink
    Annotations
    @inline()
  22. def notFound(): Unit

    Permalink
    Annotations
    @inline()
  23. val response: Response

    Permalink
  24. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped