scala - Handling chunked requests in Scalatra -


i’m interesting in processing chunked requests scalatra. scalatra support access single chunk of chunked http request? or have wait end of chunked request , process whole request after?

the scalalatra wrapper around java servlets. allows access richrequest.inputstream directly. else same java.

you might need parse chunked encoding input stream.

see also: chunked http decoding in java?

you can find wrapper inputstream here: http://www.java2s.com/code/java/file-input-output/aninputstreamthatimplementshttp11chunking.htm


Comments

Popular posts from this blog

4x4 Matrix in Python -

python - String indices must be integers and while issue -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -