Create a RequestHeader.
Creates a Request based on the values of an
existing Request.
Creates a Request based on the values of an
existing Request. The factory may modify the copied
values to produce a modified Request.
Creates a RequestHeader based on the values of an
existing RequestHeader.
Creates a RequestHeader based on the values of an
existing RequestHeader. The factory may modify the copied
values to produce a modified RequestHeader.
Create a Request with a body.
Create a Request with a body. By default this just calls
createRequestHeader(...).withBody(body).
A
RequestFactoryprovides logic for creating requests.