When it comes to making Azure Functions that accepts HTTP requests using
HttpTriggers it's by default fairly easy to read data being posted. But what if
we want to post multipart data where we mix information and images in a single
HTTP request, let's find out.