MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getOverrideHttpMethod

Method getOverrideHttpMethod

src/main/java/core/packetproxy/http/Http.java:754–757  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

752 }
753
754 public String getOverrideHttpMethod() {
755 String tmp = this.getFirstHeader("X-HTTP-Method-Override");
756 return tmp.isEmpty() ? this.method : tmp;
757 }
758
759 // 以下非推奨 互換性のため
760 public String getFirstHeader(String key) {

Callers

nothing calls this directly

Calls 2

getFirstHeaderMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected