citrusframework / citrus-samples

Citrus sample projects using Java DSL tests and Spring Java configuration
https://citrusframework.org/samples/
70 stars 125 forks source link

how to send large bytes to http endpoint #106

Open mlybarger opened 1 year ago

mlybarger commented 1 year ago

hi, i'm looking for how to send a large number of bytes to an endpoint to test the max threshhold on the api. currently, api accepts 100k, but would like to have a test showing it can accept 1mb post. i've been struggling with coding a simple example.