Commit 8f237707 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in Http headers namming

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