Lines Matching refs:xfp
44 xfp := r.Header.Get("X-Forwarded-Proto")
45 if got, want := xfp, "foo, http"; got != want {
76 xfp := r.Header.Get("X-Forwarded-Proto")
77 if got, want := xfp, "foo"; got != want {
104 xfp := r.Header.Get("X-Forwarded-Proto")
105 if got, want := xfp, "http"; got != want {
2816 xfp := r.Header.Get("X-Forwarded-Proto")
2817 if got, want := xfp, "foo, http"; got != want {
2850 xfp := r.Header.Get("X-Forwarded-Proto")
2851 if got, want := xfp, "foo"; got != want {
2880 xfp := r.Header.Get("X-Forwarded-Proto")
2881 if got, want := xfp, "http"; got != want {