ResponseResultParser<O extends WebDavStdResResultView> typedef

ResponseResultParser<O extends WebDavStdResResultView> = Converter<ResponseResultParserParam, O>

Parser used for the response body, see WebDavStdResponse.parse.

Three parsers are implemented by default:

Implementation

typedef ResponseResultParser<O extends WebDavStdResResultView>
    = Converter<ResponseResultParserParam, O>;