Giter Site home page Giter Site logo

Comments (2)

alexandru-calinoiu avatar alexandru-calinoiu commented on June 23, 2024

I was wondering the same thing

from robozombie.

sahan avatar sahan commented on June 23, 2024

The goals are pretty much the same for both projects, but there's a difference in the way you use some of the features.

For example, converters are segregated into serializers and deserializers and multiple types can be hierarchically defined on the endpoint interface itself. Interceptors can read the metadata for the invocation context, so for example you could process the request based on your custom annotations.

Interceptors can be passed as arguments to the request methods and they hook you into the very end of the request-processor chain. So you pretty much have the final say by scrutinizing the whole chain, altering the request using info at the point of invocation or aborting it if you wish.

A few others are: a uniform API for both request and response headers, support for passing multivalued query and form-urlencoded parameters in a Map and explicit support for 8 HTTP method types and Apache HC's entity types. Some differences in the contracts for asynchronous invocation and error handling ...etc.

The current release (1.3.3) does not offer multipart requests and there's no support for RxJava.

from robozombie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.