Updated README
This commit is contained in:
@@ -121,9 +121,9 @@ Custom font family usage example:
|
|||||||
|
|
||||||
Support passing arguments by url (query or fragment) like following examples:
|
Support passing arguments by url (query or fragment) like following examples:
|
||||||
|
|
||||||
Passing form data
|
Passing form data (password must be encoded in base64)
|
||||||
```bash
|
```bash
|
||||||
http://localhost:8888/?hostname=xx&username=yy
|
http://localhost:8888/?hostname=xx&username=yy&password=str_base64_encoded
|
||||||
```
|
```
|
||||||
|
|
||||||
Passing a terminal background color
|
Passing a terminal background color
|
||||||
|
|||||||
+2
-2
@@ -130,11 +130,11 @@ URL Arguments
|
|||||||
Support passing arguments by url (query or fragment) like following
|
Support passing arguments by url (query or fragment) like following
|
||||||
examples:
|
examples:
|
||||||
|
|
||||||
Passing form data
|
Passing form data (password must be encoded in base64)
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
http://localhost:8888/?hostname=xx&username=yy
|
http://localhost:8888/?hostname=xx&username=yy&password=str_base64_encoded
|
||||||
|
|
||||||
Passing a terminal background color
|
Passing a terminal background color
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user