httpReferrer static method

String httpReferrer(
  1. String referrer
)

Provide the referral URL, i.e. HTTP "Referer" (sic).

Implementation

static String httpReferrer(String referrer) {
  return '--http-referrer=' + referrer;
}