swagger-api / swagger-socket

Swagger Socket: A REST over WebSocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supporting body-less REST responses in SwaggerSocket

elakito opened this issue · comments

This issue is referred from #18

Currently, a body-less response generates no SwaggerSocket response. We need an option of generating a SwaggerSocket response for such cases.

I have pushed the code change.
Similarly to #28, this feature can be enabled when the underlining jaxrs framework uses the close method on the response's output stream to mark the end of each call, as CXF does.