Loading ttcn/Http/LibItsHttp_Templates.ttcn +3 −3 Original line number Original line Diff line number Diff line Loading @@ -9,10 +9,10 @@ * All rights reserved. * All rights reserved. * @see ETSI TS 103 478 * @see ETSI TS 103 478 */ */ module LibHttp_Templates { module LibItsHttp_Templates { // LibHttp // LibHttp import from LibHttp_TypesAndValues all; import from LibItsHttp_TypesAndValues all; template (value) HeaderLine m_header_line( template (value) HeaderLine m_header_line( in template (value) charstring p_header_name, in template (value) charstring p_header_name, Loading Loading @@ -59,4 +59,4 @@ module LibHttp_Templates { body := p_body body := p_body } // End of template m_http_request_get } // End of template m_http_request_get } // End of module LibHttp_Templates } // End of module LibItsHttp_Templates ttcn/Http/LibItsHttp_TypesAndValues.ttcn +2 −2 Original line number Original line Diff line number Diff line Loading @@ -9,7 +9,7 @@ * All rights reserved. * All rights reserved. * @see ETSI TS 103 478 * @see ETSI TS 103 478 */ */ module LibHttp_TypesAndValues { module LibItsHttp_TypesAndValues { const integer c_http_version_major := 1; const integer c_http_version_major := 1; const integer c_http_version_minor := 1; const integer c_http_version_minor := 1; Loading Loading @@ -56,4 +56,4 @@ module LibHttp_TypesAndValues { } with { } with { variant "" variant "" encode "HttcpCodec" encode "HttcpCodec" } // End of module LibHttp_TypesAndValues } // End of module LibItsHttp_TypesAndValues Loading
ttcn/Http/LibItsHttp_Templates.ttcn +3 −3 Original line number Original line Diff line number Diff line Loading @@ -9,10 +9,10 @@ * All rights reserved. * All rights reserved. * @see ETSI TS 103 478 * @see ETSI TS 103 478 */ */ module LibHttp_Templates { module LibItsHttp_Templates { // LibHttp // LibHttp import from LibHttp_TypesAndValues all; import from LibItsHttp_TypesAndValues all; template (value) HeaderLine m_header_line( template (value) HeaderLine m_header_line( in template (value) charstring p_header_name, in template (value) charstring p_header_name, Loading Loading @@ -59,4 +59,4 @@ module LibHttp_Templates { body := p_body body := p_body } // End of template m_http_request_get } // End of template m_http_request_get } // End of module LibHttp_Templates } // End of module LibItsHttp_Templates
ttcn/Http/LibItsHttp_TypesAndValues.ttcn +2 −2 Original line number Original line Diff line number Diff line Loading @@ -9,7 +9,7 @@ * All rights reserved. * All rights reserved. * @see ETSI TS 103 478 * @see ETSI TS 103 478 */ */ module LibHttp_TypesAndValues { module LibItsHttp_TypesAndValues { const integer c_http_version_major := 1; const integer c_http_version_major := 1; const integer c_http_version_minor := 1; const integer c_http_version_minor := 1; Loading Loading @@ -56,4 +56,4 @@ module LibHttp_TypesAndValues { } with { } with { variant "" variant "" encode "HttcpCodec" encode "HttcpCodec" } // End of module LibHttp_TypesAndValues } // End of module LibItsHttp_TypesAndValues