post method

Implementation

WebRtcHttpMessageBuilder post() {
  _method = WebRtcHttpMessage.httpMethodPost;
  return this;
}