Uses of Class
com.jcabi.http.request.FakeRequest
Packages that use FakeRequest
-
Uses of FakeRequest in com.jcabi.http.request
Methods in com.jcabi.http.request that return FakeRequestModifier and TypeMethodDescriptionFakeRequest.withBody(byte[] body) Make a similar request, with the provided body.Make a similar request, with the provided body.FakeRequest.withHeader(String name, String value) Make a similar request, with the provided HTTP header.FakeRequest.withReason(String reason) Make a similar request, with the provided reason line.FakeRequest.withStatus(int status) Make a similar request, with the provided status code.