head<T> static method

BuildRequest head<T>({
  1. String path = "",
})

Implementation

static BuildRequest head<T>({String path = ""}) {
  return I.headRequest<T>().setPath(path);
}