Loading ttcn/Http/LibItsHttp_Templates.ttcn +9 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ module LibItsHttp_Templates { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", statustext := ?, header := p_header, body := p_body } // End of template mw_http_response_ok Loading @@ -188,6 +188,14 @@ module LibItsHttp_Templates { statustext := "Created" } // End of template mw_http_response_ok template (present) Response mw_http_response_202_accepted( template (present) HttpMessageBody p_body := ?, template (present) HeaderLines p_header := ? ) modifies mw_http_response_ok := { statuscode := 202, statustext := "Accepted" } // End of template mw_http_response_ok template (present) Response mw_http_response_204_no_content( template (present) HttpMessageBody p_body := ?, template (present) HeaderLines p_header := ? Loading Loading
ttcn/Http/LibItsHttp_Templates.ttcn +9 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ module LibItsHttp_Templates { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", statustext := ?, header := p_header, body := p_body } // End of template mw_http_response_ok Loading @@ -188,6 +188,14 @@ module LibItsHttp_Templates { statustext := "Created" } // End of template mw_http_response_ok template (present) Response mw_http_response_202_accepted( template (present) HttpMessageBody p_body := ?, template (present) HeaderLines p_header := ? ) modifies mw_http_response_ok := { statuscode := 202, statustext := "Accepted" } // End of template mw_http_response_ok template (present) Response mw_http_response_204_no_content( template (present) HttpMessageBody p_body := ?, template (present) HeaderLines p_header := ? Loading