Class State.SendRequest

java.lang.Object
com.mastfrog.netty.http.client.State<io.netty.handler.codec.http.HttpRequest>
com.mastfrog.netty.http.client.State.SendRequest
Enclosing class:
State<T>

public static final class State.SendRequest extends State<io.netty.handler.codec.http.HttpRequest>
State event when the HTTP request is about to be sent; payload is the HTTP request (you can still modify headers, etc at this point).