test: more chunked upload tests with different payload types

This commit is contained in:
Luke McCrone
2025-11-13 11:25:32 -03:00
parent 8466d06371
commit b629f5d707
25 changed files with 1145 additions and 63 deletions
@@ -0,0 +1,6 @@
package command
type OpenSSLPayloadManager interface {
GetContentLength() (int64, error)
WritePayload(string) error
}