Request

trait Request[A]

A function that takes the information A and returns the data to create an XMLHttpRequest.

class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(a: A): RequestData
def href(a: A): String