Attention is currently required from: dexter.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36504?usp=email )
Change subject: HTTP_Adapter: allow API users to specifiy custom header ......................................................................
Patch Set 2: Code-Review+1
(1 comment)
File library/HTTP_Adapter.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36504/comment/efa2dddb_8ad3c... PS2, Line 72: hdr := hdr & {{ header_name := "Host", header_value := valueof(host) }}; hint: I usually find it way more readable to use templates instead of filling records, eg: hdr := hdr & { ts_Header("Host", host) };