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
806e1331
Commit
806e1331
authored
Jul 11, 2019
by
YannGarcia
Browse files
Add missimg headers
parent
acec63bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Http/LibItsHttp_Functions.ttcn
View file @
806e1331
...
...
@@ -65,6 +65,8 @@ module LibItsHttp_Functions {
p_headers
[
v_i
]
:=
{
c_header_pragma
,
{
"no-cache"
}
};
v_i
:=
v_i
+
1
;
p_headers
[
v_i
]
:=
{
c_header_cache_control
,
{
"no-cache"
}
};
v_i
:=
v_i
+
1
;
p_headers
[
v_i
]
:=
{
c_header_authorization
,
{
"Basic YWxhZGRpbjpvcGVuc2VzYW1l"
}
};
//v_i := v_i + 1;
//p_headers[v_i] := { c_header_accept, { "application/x-its-response" } };
}
// End of function f_init_default_headers_list
...
...
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