get method

Implementation

WebRtcHttpMessageBuilder get() {
  _method = WebRtcHttpMessage.httpMethodGet;
  return this;
}