Skip to content

Commit be993df

Browse files
committed
更新README
1 parent 9d1682c commit be993df

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ EasyHttp.get(context, url)
8686

8787
### Post Request
8888

89-
**Kotlin Example: **
89+
**Kotlin Example:**
9090

9191
```kotlin
9292
EasyHttp.post(context, url)
@@ -424,12 +424,16 @@ EasyHttp.clearCookies(context, host, name);
424424

425425
### Http Record Page
426426

427+
This page can show Easy Http record.
428+
427429
If your request `saveRecord` is open, you can find record in the http record page.
428430

429431
**Preview:**
430432

431433
<img src="images/record_preview.png" />
432434

435+
You can use this code to intent record page.
436+
433437
**Kotlin Example:**
434438

435439
```kotlin
@@ -444,10 +448,16 @@ EasyHttp.intentEasyHttpRecord(context);
444448

445449
### Cookies Page
446450

451+
This page can show Easy Http persistence cookies.
452+
453+
Also you can modify it.
454+
447455
**Preview:**
448456

449457
<img src="images/cookies_preview.png" />
450458

459+
You can use this code to intent cookies page.
460+
451461
**Kotlin Example:**
452462

453463
```kotlin

0 commit comments

Comments
 (0)