* Few test corrections to preview where it goes. * Removed TODO. Fixed dependency
* Update boundary regex to match RFC1341
* Introduce a request builder. We inject every dependency (eg RequestFactory and MultipartStreamBuilder) and we do not have to use postMultipart. * code style * Use uppercase on http verbs * Added setters and use getters * Added tests * style