Groovy Documentation

betamax.proxy
[Groovy] Interface Request

betamax.proxy.Message
  betamax.proxy.Request
All Superinterfaces:
Message

interface Request
extends Message

Method Summary
java.lang.String getMethod()

@return the request method.

java.net.URI getUri()

@return the target URI of the request.

 
Methods inherited from interface Message
getBodyAsBinary, getBodyAsText, getHeader, getHeaders, hasBody
 

Method Detail

getMethod

java.lang.String getMethod()
Returns:
the request method.


getUri

java.net.URI getUri()
Returns:
the target URI of the request.


 

Groovy Documentation