request.send(method[, data][, callback]) Issues this request using the specified method (such
request.abort() Aborts this request, if it is currently in-flight, and returns this request instance. See
d3.text(url[, callback]) Creates a request for the text file at the specified url with the default mime type
request.user([value]) If value is specified, sets the user name for authentication to the specified string
request.timeout([timeout]) If timeout is specified, sets the
request.post([data][, callback]) Equivalent to
request.response(value) Sets the response value function to the specified function and returns this request instance
request.get([data][, callback]) Equivalent to
request.header(name[, value]) If value is specified, sets the request header with the specified name
Page 2 of 2