module hunt.http.codec.http.frame.CloseState; enum CloseState { NOT_CLOSED, LOCALLY_CLOSED, REMOTELY_CLOSED, CLOSED }