Commit 13cdf371 authored by garciay's avatar garciay
Browse files

Update HTTP Ng112 to ITS

parent 1d420028
Loading
Loading
Loading
Loading
+15 −11
Original line number Original line Diff line number Diff line
@@ -89,6 +89,8 @@ module LibItsHttp_Templates {
      
      
    } // End of group http_responses
    } // End of group http_responses
    
    
    group http_xml_body {
      
      template (value) HttpMessageBody m_http_message_body_xml(
      template (value) HttpMessageBody m_http_message_body_xml(
                                                               in template (value) XmlBody p_xml_body
                                                               in template (value) XmlBody p_xml_body
      ) := {
      ) := {
@@ -101,4 +103,6 @@ module LibItsHttp_Templates {
          xml_body := p_xml_body
          xml_body := p_xml_body
      } // End of template mw_http_message_body_xml
      } // End of template mw_http_message_body_xml
      
      
    } // End of group http_xml_body
    
} // End of module LibItsHttp_Templates
} // End of module LibItsHttp_Templates