Package io.vertx.up.uca.rs.hunt.adaptor
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
-
Method Details
-
output
Pre-Condition 1) Response is not ended 2) The request method is not HEAD- Parameters:
response- ServerResponse referenceenvelop- The response uniform model
-