Fork me on GitHub
#pedestal
<
2017-07-10
>
skylar04:07:38

Thanks a lot @shaun-mahood and @ddeaguiar, I'm glad this community is so active 🙂. I'll try to get them work on my current project.

ddeaguiar15:07:19

@vijayakkineni, I’m going to assume you are using a servlet-based Pedestal implementation. There are two ways you can do this. You can either get the :body of the request map found on the context via the :request key or call getInputStream on the HttpServletRequest found on the context via the :servlet-request key. The former is more idiomatic.

ddeaguiar15:07:43

@bradford I don’t have a direct answer for you but I suspect this is going to depend on the interceptor chain provider being used. I’m curious as to what your use case is? You may also want to post your question to the Pedestal user group for additional feedback.

bradford16:07:08

@ddeaguiar I'm looking to build streaming/chunked requests that are not a multipart/form-data