ShiningRush commented on a change in pull request #1388: feature: add api aggregate plugin. URL: https://github.com/apache/incubator-apisix/pull/1388#discussion_r408637552
########## File path: doc/plugins/api-aggregate-cn.md ########## @@ -0,0 +1,135 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +--> + +# [English](api-aggregate.md) + +# 目录 + +- [**简介**](#简介) +- [**属性**](#属性) +- [**如何启用**](#如何启用) +- [**聚合接口请求/响应**](#聚合接口请求/响应) +- [**测试插件**](#测试插件) +- [**禁用插件**](#禁用插件) + +## 简介 + +`api-aggregate` 插件可以让你在以 [http pipeline](https://en.wikipedia.org/wiki/HTTP_pipelining) 的方式在网关聚合多个http请求。 + +## 属性 + +无 + +## 如何启用 + +本插件默认启用。 Review comment: Actually, the plugin is responsible to open a API for accept client's request, so it does not have state "enabled" or "disabled". Maybe I should write more detail about this or remove the section `How To Enable`. Have any idea? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
