com.jayway.restassured.internal.http
Class HttpResponseContentTypeFinder
java.lang.Object
com.jayway.restassured.internal.http.HttpResponseContentTypeFinder
public class HttpResponseContentTypeFinder
- extends Object
- Author:
- Tom Nichols
- See Also:
ContentType
|
Method Summary |
static String |
findContentType(org.apache.http.HttpResponse resp)
Helper method to get the content-type string from the response
(no charset). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpResponseContentTypeFinder
public HttpResponseContentTypeFinder()
findContentType
public static String findContentType(org.apache.http.HttpResponse resp)
- Helper method to get the content-type string from the response
(no charset).
- Parameters:
resp -
Copyright © 2010-2012. All Rights Reserved.