This commit is contained in:
Brett Zane 2025-06-09 14:54:26 -07:00
parent 15ee205386
commit bf5e786bf1

View File

@ -33,6 +33,7 @@ def http_body():
"""
Returns random binary body data. Super.
"""
alphabet = string.ascii_letters + string.digits + "-._~"
return strategies.binary(min_size=0, max_size=1500)