Package

io.scalajs.npm

request

Permalink

package request

request package object

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

Type Members

  1. class MultipartForm extends Object

    Permalink

    Represents a multipart form

    Represents a multipart form

    Annotations
    @RawJSType() @ScalaJSDefined()
  2. trait Request extends Object with IEventEmitter

    Permalink

    Simplified HTTP request client.

    Simplified HTTP request client.

    Annotations
    @RawJSType() @native()
    Version

    2.79.0

    See also

    https://github.com/request/request

  3. type RequestCallBack = Function3[RequestError, IncomingMessage, String, Any]

    Permalink
  4. class RequestError extends Object

    Permalink

    Request Error

    Request Error

    Annotations
    @RawJSType() @native()
  5. implicit final class RequestEvents extends AnyVal

    Permalink

    Request Events

  6. implicit final class RequestExtensions extends AnyVal

    Permalink

    Request Extensions

  7. class RequestOptions extends Object

    Permalink

    Request Options

    Request Options

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object Request extends Object with Request

    Permalink

    Request Singleton

    Request Singleton

    Annotations
    @native() @JSImport( "request" , JSImport.Namespace )

Inherited from AnyRef

Inherited from Any

Ungrouped