Loading ttcn/LibHttp/ttcn/LibHttp_Templates.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,14 @@ module LibHttp_Templates { statustext := "Not Found" } // End of template mw_http_response_404_not_found template Response mw_http_response_405_not_applicable( template HttpMessageBody p_body := *, template (present) Headers p_header := ? ) modifies mw_http_response_ko := { statuscode := 405, statustext := "Not Applicable" } // End of template mw_http_response_405_not_applicable template Response mw_http_response_412_precondition_failed( template HttpMessageBody p_body := *, template (present) Headers p_header := ? Loading ttcn/LibHttp/ttcn/LibHttp_Functions.ttcn +5 −5 File changed.Contains only whitespace changes. Show changes Loading
ttcn/LibHttp/ttcn/LibHttp_Templates.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,14 @@ module LibHttp_Templates { statustext := "Not Found" } // End of template mw_http_response_404_not_found template Response mw_http_response_405_not_applicable( template HttpMessageBody p_body := *, template (present) Headers p_header := ? ) modifies mw_http_response_ko := { statuscode := 405, statustext := "Not Applicable" } // End of template mw_http_response_405_not_applicable template Response mw_http_response_412_precondition_failed( template HttpMessageBody p_body := *, template (present) Headers p_header := ? Loading
ttcn/LibHttp/ttcn/LibHttp_Functions.ttcn +5 −5 File changed.Contains only whitespace changes. Show changes