Commit dceb5e02 authored by Yann Garcia's avatar Yann Garcia
Browse files

Merge branch 'STF525' of https://forge.etsi.org/gitlab/LIBS/LibIts into STF525

parents eb8bd36b 55d84608
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -16,9 +16,9 @@ module LibItsHttp_TypesAndValues {
    import from LibItsHttp_XmlMessageBodyTypes all;
    import from LibItsHttp_XmlMessageBodyTypes all;
    
    
    const charstring c_header_host := "Host";
    const charstring c_header_host := "Host";
    const charstring c_header_content_type := "Content-type";
    const charstring c_header_content_type := "Content-Type";
    const charstring c_header_content_text := "Content-text";
    const charstring c_header_content_text := "Content-Text";
    const charstring c_header_content_length := "Content-length";
    const charstring c_header_content_length := "Content-Length";
    const charstring c_header_accept := "Accept";
    const charstring c_header_accept := "Accept";
    const charstring c_header_connection := "Connection";
    const charstring c_header_connection := "Connection";
    const charstring c_header_pragma := "Pragma";
    const charstring c_header_pragma := "Pragma";