summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/infra/utils.go
AgeCommit message (Collapse)AuthorFilesLines
2024-07-23http: return more than data from server appMatus Fabian1-0/+9
Server app could return headers in front of body/data buffer. Offers apis for building and serialization of headers section. HTTP layer now only add Date, Server and Content-Lengths headers, rest is up to app. Well known header names are predefined. Type: improvement Change-Id: If778bdfc9acf6b0d11a48f0a745a3a56c96c2436 Signed-off-by: Matus Fabian <matfabia@cisco.com>
2024-06-14hs-test: separate infra from testsAdrian Villin1-0/+119
- most functions and vars now start with a capital letter: needed to access them outside the package that declares them - updated README.md - very minor changes in MAKEFILE Type: test Change-Id: I4b5a194f08f09d59e372e57da6451fbb5a1de4da Signed-off-by: Adrian Villin <avillin@cisco.com>