Package brave.http

Class HttpClientResponse

    • Constructor Detail

      • HttpClientResponse

        public HttpClientResponse()
    • Method Detail

      • unwrap

        public abstract Object unwrap()
        Returns the underlying http response object. Ex. org.apache.http.HttpResponse

        Note: Some implementations are composed of multiple types, such as a response and an object representing the matched route. Moreover, an implementation may change the type returned due to refactoring. Unless you control the implementation, cast carefully (ex using instance of) instead of presuming a specific type will always be returned.