Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add REST API method to handle multipart POST request #131

Closed
bermud opened this issue Oct 9, 2015 · 2 comments
Closed

Add REST API method to handle multipart POST request #131

bermud opened this issue Oct 9, 2015 · 2 comments
Assignees
Milestone

Comments

@bermud
Copy link
Contributor

bermud commented Oct 9, 2015

Add a REST API handler (in teamengine-spi) for a POST Request where:

  • content type = MULTIPART
  • IUT = XML file to be tested
  • SCH = Schematron

The XML and schematron can be passed as files in the POST body.

@bermud
Copy link
Contributor Author

bermud commented Oct 9, 2015

Related to this pull request #78. Changes should be provided as another pull request, only containing the related changes to this issue, and sync with master.

@rjmartell rjmartell changed the title Add REST API Handler to handle POST request Add REST API method to handle multipart POST request Oct 16, 2015
@rjmartell
Copy link
Contributor

The actual media type is "multipart/form-data". See RFC 7578.

@bermud bermud modified the milestone: 4.4 Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants