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
......@@ -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";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment