Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 804 Bytes

File metadata and controls

13 lines (9 loc) · 804 Bytes

shapetrees-java-okhttp

Client-side shape-tree validation for the OkHttp client-library.

The implementation provides two modes of operation:

  1. Client-side validation - (default) in this mode all requests from the client are intercepted by an OkHttp Interceptor which apply validation through method handlers in shapetrees-java-core

  2. Pass-through - in this mode no client-side validation is performed, assuming that the server will perform that validation.

Client-side validation is accomplished by intercepting requests from OkHttpShapeTreeClient via ValidatingShapeTreeInterceptor.