| Package | Description | 
|---|---|
| com.jcabi.http.mock | 
 Mock of Servlet Container. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MkAnswer.Simple | 
MkAnswer.Simple.withBody(String body)
Make a copy of this answer, with another body. 
 | 
MkAnswer.Simple | 
MkAnswer.Simple.withHeader(String name,
          String value)
Make a copy of this answer, with an extra header. 
 | 
MkAnswer.Simple | 
MkAnswer.Simple.withStatus(int status)
Make a copy of this answer, with another status code. 
 | 
Copyright © 2012–2014 jcabi.com. All rights reserved.