Interface Wings

All Known Implementing Classes:
AbstractWings, BufferWings, JsonWings

public interface Wings
「Co」Zero Framework Here I added new configuration `freedom` to zero framework as critical data specification here for old system integration here. This configuration is new released after `0.5.3` ```yaml //

 zero:
   freedom: true
 // 
``` * The default value of `freedom` is false, it means that you must be under zero data specification. * You Also can use your own setting to set `freedom` to true, it means original raw data. Here are two features 1. Build response by `Accept` and `Content-Type`, set the media type 2. Convert media type to actual response data.
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    output(io.vertx.core.http.HttpServerResponse response, Envelop envelop)
    Pre-Condition 1) Response is not ended 2) The request method is not HEAD
  • Method Details

    • output

      void output(io.vertx.core.http.HttpServerResponse response, Envelop envelop)
      Pre-Condition 1) Response is not ended 2) The request method is not HEAD
      Parameters:
      response - ServerResponse reference
      envelop - The response uniform model