MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / requestContentType

Method requestContentType

src/tsd/HttpSerializer.java:159–161  ·  view source on GitHub ↗

@return the incoming content type

()

Source from the content-addressed store, hash-verified

157
158 /** @return the incoming content type */
159 public String requestContentType() {
160 return this.request_content_type;
161 }
162
163 /** @return the outgoing content type */
164 public String responseContentType() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected