Skip to content

Commit fec3137

Browse files
authored
docs: add http/3 in README.md. (#11318)
1 parent 0cacb90 commit fec3137

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The technical architecture of Apache APISIX:
4242

4343
## Community
4444

45-
- [Kindly Write a Review](https://www.g2.com/products/apache-apisix/reviews)
45+
- [Kindly Write a Review](https://www.g2.com/products/apache-apisix/reviews) for APISIX in G2.
4646
- Mailing List: Mail to dev-subscribe@apisix.apache.org, follow the reply to subscribe to the mailing list.
4747
- Slack Workspace - [invitation link](https://apisix.apache.org/slack) (Please open an [issue](https://apisix.apache.org/docs/general/submit-issue) if this link is expired), and then join the #apisix channel (Channels -> Browse channels -> search for "apisix").
4848
- ![Twitter Follow](https://img.shields.io/twitter/follow/ApacheAPISIX?style=social) - follow and interact with us using hashtag `#ApacheAPISIX`
@@ -71,7 +71,8 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
7171
- Proxy Websocket
7272
- Proxy Protocol
7373
- HTTP(S) Forward Proxy
74-
- [SSL](docs/en/latest/certificate.md): Dynamically load an SSL certificate.
74+
- [SSL](docs/en/latest/certificate.md): Dynamically load an SSL certificate
75+
- [HTTP/3 with QUIC](docs/en/latest/http3.md)
7576

7677
- **Full Dynamic**
7778

@@ -134,7 +135,7 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
134135
- [Global Rule](docs/en/latest/terminology/global-rule.md): Allows to run any plugin for all request, eg: limit rate, IP filter etc.
135136
- High performance: The single-core QPS reaches 18k with an average delay of fewer than 0.2 milliseconds.
136137
- [Fault Injection](docs/en/latest/plugins/fault-injection.md)
137-
- [REST Admin API](docs/en/latest/admin-api.md): Using the REST Admin API to control Apache APISIX, which only allows 127.0.0.1 access by default, you can modify the `allow_admin` field in `conf/config.yaml` to specify a list of IPs that are allowed to call the Admin API. Also, note that the Admin API uses key auth to verify the identity of the caller. **The `admin_key` field in `conf/config.yaml` needs to be modified before deployment to ensure security**.
138+
- [REST Admin API](docs/en/latest/admin-api.md): Using the REST Admin API to control Apache APISIX, which only allows 127.0.0.1 access by default, you can modify the `allow_admin` field in `conf/config.yaml` to specify a list of IPs that are allowed to call the Admin API. Also, note that the Admin API uses key auth to verify the identity of the caller.
138139
- External Loggers: Export access logs to external log management tools. ([HTTP Logger](docs/en/latest/plugins/http-logger.md), [TCP Logger](docs/en/latest/plugins/tcp-logger.md), [Kafka Logger](docs/en/latest/plugins/kafka-logger.md), [UDP Logger](docs/en/latest/plugins/udp-logger.md), [RocketMQ Logger](docs/en/latest/plugins/rocketmq-logger.md), [SkyWalking Logger](docs/en/latest/plugins/skywalking-logger.md), [Alibaba Cloud Logging(SLS)](docs/en/latest/plugins/sls-logger.md), [Google Cloud Logging](docs/en/latest/plugins/google-cloud-logging.md), [Splunk HEC Logging](docs/en/latest/plugins/splunk-hec-logging.md), [File Logger](docs/en/latest/plugins/file-logger.md), [SolarWinds Loggly Logging](docs/en/latest/plugins/loggly.md), [TencentCloud CLS](docs/en/latest/plugins/tencent-cloud-cls.md)).
139140
- [ClickHouse](docs/en/latest/plugins/clickhouse-logger.md): push logs to ClickHouse.
140141
- [Elasticsearch](docs/en/latest/plugins/elasticsearch-logger.md): push logs to Elasticsearch.
@@ -192,12 +193,6 @@ Using AWS's eight-core server, APISIX's QPS reaches 140,000 with a latency of on
192193

193194
[APISIX also works perfectly in AWS graviton3 C7g.](https://apisix.apache.org/blog/2022/06/07/installation-performance-test-of-apigateway-apisix-on-aws-graviton3)
194195

195-
## Contributor Over Time
196-
197-
> [visit here](https://www.apiseven.com/contributor-graph) to generate Contributor Over Time.
198-
199-
[![Contributor over time](https://contributor-graph-api.apiseven.com/contributors-svg?repo=apache/apisix)](https://www.apiseven.com/en/contributor-graph?repo=apache/apisix)
200-
201196
## User Stories
202197

203198
- [European eFactory Platform: API Security Gateway – Using APISIX in the eFactory Platform](https://www.efactory-project.eu/post/api-security-gateway-using-apisix-in-the-efactory-platform)
@@ -232,15 +227,6 @@ A wide variety of companies and organizations use APISIX API Gateway for researc
232227
- XPENG
233228
- Zoom
234229

235-
## Landscape
236-
237-
<p align="left">
238-
<img src="./logos/cncf-landscape-white-bg.jpg" width="175">&nbsp;&nbsp;<img src="./logos/cncf-white-bg.jpg" width="200" />
239-
<br /><br />
240-
APISIX enriches the <a href="https://landscape.cncf.io/card-mode?category=api-gateway&grouping=category">
241-
CNCF API Gateway Landscape.</a>
242-
</p>
243-
244230
## Logos
245231

246232
- [Apache APISIX logo(PNG)](https://github.com/apache/apisix/tree/master/logos/apache-apisix.png)

0 commit comments

Comments
 (0)