Loading ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn +22 −12 Original line number Diff line number Diff line Loading @@ -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 Loading
ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn +22 −12 Original line number Diff line number Diff line Loading @@ -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