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
// <pre><code>
zero:
freedom: true
// </code></pre>
freedom is false, it means that you must be under zero data specification.freedom to true, it means original raw data.Here are two features
Accept and Content-Type, set the media type| Modifier and Type | Method and 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
|
void output(io.vertx.core.http.HttpServerResponse response,
Envelop envelop)
Pre-Condition 1) Response is not ended 2) The request method is not HEAD
response - ServerResponse referenceenvelop - The response uniform modelCopyright © 2021. All rights reserved.