| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,10 +55,10 @@ rightmenu: true | |||
| 55 | 55 | ``` | |
| 56 | 56 | ||
| 57 | 57 | ### Upgrading from Previous Versions | |
| 58 | - See the [Upgrade Guide](UPGRADE_GUIDE.md) | ||
| 58 | + See the [Upgrade Guide](https://github.com/Kong/unirest-java/blob/master/UPGRADE_GUIDE.md) | ||
| 59 | 59 | ||
| 60 | 60 | ### ChangeLog | |
| 61 | - See the [Change Log](CHANGELOG.md) for recent changes. | ||
| 61 | + See the [Change Log](https://github.com/Kong/unirest-java/blob/master/CHANGELOG.md) for recent changes. | ||
| 62 | 62 | ||
| 63 | 63 | # Requests | |
| 64 | 64 | So you're probably wondering how using Unirest makes creating requests in Java easier, here is a basic POST request that will explain everything: | |
@@ -227,7 +227,7 @@ Unirest.post("http://httpbin.org") | |||
| 227 | 227 | .asEmpty(); | |
| 228 | 228 | ``` | |
| 229 | 229 | ||
| 230 | - ## Upload Progress Monitoring | ||
| 230 | + ### Upload Progress Monitoring | ||
| 231 | 231 | If you are uploading large files you might want to provide some time of progress bar to a user. You can monitor this progress by providing a ProgresMonitor. | |
| 232 | 232 | ||
| 233 | 233 | ```java | |
| Back | FazBrowse Home | New Git URL |
0 commit comments