Uses of Class
com.jcabi.http.mock.MkAnswer.Simple
Packages that use MkAnswer.Simple
-
Uses of MkAnswer.Simple in com.jcabi.http.mock
Methods in com.jcabi.http.mock that return MkAnswer.SimpleModifier and TypeMethodDescriptionMkAnswer.Simple.withBody(byte[] body) Make a copy of this answer, with another body.Make a copy of this answer, with another body.MkAnswer.Simple.withHeader(String name, String value) Make a copy of this answer, with an extra header.MkAnswer.Simple.withStatus(int status) Make a copy of this answer, with another status code.