Commit 17a26138 authored by garciay's avatar garciay
Browse files

Update HTTP Ng112 to ITS

parent 13cdf371
Loading
Loading
Loading
Loading
+22 −12
Original line number Diff line number Diff line
@@ -5,9 +5,19 @@ module LibItsHttp_MessageBodyTypes {
  
  type octetstring MsdBody;
  
  type charstring HtmlBody;
  
  type charstring TextBody;
  
  type union HttpMessageBody {
      MsdBody     ms_body,
        XmlBody xml_body
      HtmlBody    html_body,
      XmlBody     xml_body,
      TextBody    text_body
  } with {
    variant ""
  } // End of type HttpMessageBody
  
} with {
  encode "HttpCodec"
}// End of module LibItsHttp_MessageBodyTypes