1// Package fuzz contains the fuzzing functionality for dynamic 2// fuzzing of HTTP requests and its respective implementation. 3package fuzz 4 5