EzyHTTP

1.3.0

1. What is EzyHTTP

EzyHTTP is a framework support to interact to HTTP, it includes both http server and http client. You can use EzyHTTP in your service to build Restful APIs and You can use EzyHTTP in your Microservices system to build API Gateway or RPC server.

2. What does EzyHTTP provide?

  1. RESTfull APIs controller.
  2. Exception handler.
  3. Request interceptor.
  4. Async Controller.
  5. Data serializer/deserializer.
  1. Hello World: a simplest example.
  2. Koltin JPA: a JPA + HTTP example written in Kotlin.
  3. Kotlin MongoDB: a MongoDB + HTTP example written in Kotlin.
  4. Kotlin Redis: a Redis + HTTP example written in Kotlin.