This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Considerations for Multipart support off of HttpRequest #965
Closed
Description
I'm experimenting with adding Multipart support to HttpRequest
. It will be done similarly to how forms are handled, using the same patterns and MultipartReader
. The end goal is to allow MVC and Web API to define models as multipart.
I'm hoping for some feedback on the direction.
- How should
MultipartSection
be handled? ShouldMicrosoft.AspnetCore.Http.Abstractions
define its ownMultipartSection
? Or should we move it fromMicrosoft.AspnetCore.WebUtilities
? There seems to be no clear reference graph for this. - Should there be a
MultipartValues
which would work likeStringValues
? - Should the
MultipartSectionCollection
be able to looked up by key and as a list? Not all parts have names.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels