Skip to content
Discussion options

You must be logged in to vote

To answer my own question, it looks like this is not directly in Micronaut Core, but in http-server-netty (which is...a part of the Micronaut Core repo I suppose).

The main class that handles @Part is

final class NettyPartUploadAnnotationBinder<T> implements AnnotatedRequestArgumentBinder<Part, T>, RequestArgumentBinder<T> {

which delegates to another class for CompletedFileUpload specifically

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nanodeath
Comment options

@nanodeath
Comment options

Answer selected by nanodeath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants