Skip to content

Commit

Permalink
rm dead documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Mar 7, 2024
1 parent 898366b commit 2bf1e7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion UPGRADE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ Unirest config allows easy access to build a configuration just like you would b

```java
Unirest.config()
.socketTimeout(500)
.connectTimeout(1000)
.proxy(new Proxy("https://proxy"))
.setDefaultHeader("Accept", "application/json")
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ All configuration is now done through ```Unirest.config()```

```java
Unirest.config()
.socketTimeout(500)
.connectTimeout(1000)
.proxy(new Proxy("https://proxy"))
.setDefaultHeader("Accept", "application/json")
Expand Down

0 comments on commit 2bf1e7c

Please sign in to comment.