bisq-network/incubator-bisq-api

Spike: research possibility of removing jax-ws

Opened this issue · 0 comments

Currently we're using jax-ws, a library for writing REST APIs.
Figure out how much effort is needed to remove that library and work with pure jetty handlers.
We will need to match handlers to request path, process query and path parameters, parse request body and stringify response body.