Commit 6901c1c3 authored by Yann Garcia's avatar Yann Garcia
Browse files

Editorial changes

parent eb652d4f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 := ?
+5 −5

File changed.

Contains only whitespace changes.