Java org.springframework.http.client.support HttpRequestWrapper fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.client.support HttpRequestWrapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.client.support HttpRequestWrapper.

The text is from its open source code.

Constructor

HttpRequestWrapper(HttpRequest request)
Create a new HttpRequest wrapping the given request object.

Method

HttpHeadersgetHeaders()
Return the headers of the wrapped request.