package
0.6.2
Repository: https://github.com/ipfs/gateway-conformance.git
Documentation: pkg.go.dev

# Functions

IncludeRandomRangeTests takes a test where there is no "Range" header set in the request, or checks on the StatusCode, Body, or Content-Range headers and verifies whether a valid response is given for the requested ranges.
IncludeRangeTests takes a test where there is no "Range" header set in the request, or checks on the StatusCode, Body, or Content-Range headers and verifies whether a valid response is given for the requested ranges.
MultiRangeTestTransform takes a test where there is no "Range" header set in the request, or checks on the StatusCode, Body, or Content-Range or Content-Type headers and verifies whether a valid response is given for the requested ranges.
OnlyRandomRangeTests takes a test where there is no "Range" header set in the request, or checks on the StatusCode, Body, or Content-Range headers and verifies whether a valid response is given for the requested ranges.
OnlyRangeTests takes a test where there is no "Range" header set in the request, or checks on the StatusCode, Body, or Content-Range headers and verifies whether a valid response is given for the requested ranges.
SingleRangeTestTransform takes a test where there is no "Range" header set in the request, or checks on the StatusCode, Body, or Content-Range headers and verifies whether a valid response is given for the requested range.
No description provided by the author