API Docs for: 0.1.3
Show:

RequestGhost Class

Implements the same request methods as RequestClient. By pasing a route parameter, this object will map requested routes as relative to the passed route.

Constructor

RequestGhost

(
  • route
  • parent
)

Parameters:

  • route String

    The route to mount onto

  • parent RequestGhost

    The parent RequestGhost or RequestClient to send requests to

Item Index