Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
8f237707
Commit
8f237707
authored
Jan 22, 2019
by
Yann Garcia
Browse files
Bug fixed in Http headers namming
parent
13c92beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Http/LibItsHttp_TypesAndValues.ttcn
View file @
8f237707
...
...
@@ -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-
t
ype"
;
const
charstring
c_header_content_text
:=
"Content-
t
ext"
;
const
charstring
c_header_content_length
:=
"Content-
l
ength"
;
const
charstring
c_header_content_type
:=
"Content-
T
ype"
;
const
charstring
c_header_content_text
:=
"Content-
T
ext"
;
const
charstring
c_header_content_length
:=
"Content-
L
ength"
;
const
charstring
c_header_accept
:=
"Accept"
;
const
charstring
c_header_connection
:=
"Connection"
;
const
charstring
c_header_pragma
:=
"Pragma"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment