()
| 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) { |
nothing calls this directly
no test coverage detected