This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 6af1b69 docs: make the components of request URL much simpler (#4562)
6af1b69 is described below
commit 6af1b69607bfb26bb6b61ec3b8307e2425e1f1c3
Author: Kishani Kandasamy <[email protected]>
AuthorDate: Thu Jul 15 12:58:54 2021 +0530
docs: make the components of request URL much simpler (#4562)
---
docs/assets/images/requesturl.jpg | Bin 0 -> 29728 bytes
docs/en/latest/getting-started.md | 4 +++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/assets/images/requesturl.jpg
b/docs/assets/images/requesturl.jpg
new file mode 100644
index 0000000..9697b96
Binary files /dev/null and b/docs/assets/images/requesturl.jpg differ
diff --git a/docs/en/latest/getting-started.md
b/docs/en/latest/getting-started.md
index 216a0f0..94db3ba 100644
--- a/docs/en/latest/getting-started.md
+++ b/docs/en/latest/getting-started.md
@@ -35,7 +35,9 @@ We will use the following `echo` endpoint as an example,
which will return the p
**Request**
-The request URL consists of these parameters:
+The request URL consists of these components:
+
+
- Protocol: the network transport protocol, `HTTP` protocol is used in our
example.
- Port: The port, `80` is used in our example.