# Functions
AssertHTTPStatus verifies that the HTTP response status is correct.
DecodeResponse decodes an HTTP response into a target struct.
LoadTestFile loads a test file from the testdata directory
File contents are returned as a buffer and a map for the HTTP request headers.
Request is a helper method to simplify making a HTTP request for tests.
TmpFile returns the path to a unique file to be used in tests.