curl-to-jsoup

Instantly convert curl commands to jsoup code

This tool turns a curl command into jsoup code. Currently, it knows the following options: -d/--data, -H/--header, -I/--head, --url, and -X/--request. Feel free to contribute on GitHub!

This script derives from curl-to-java

Example 1 · Example 2 · Example 3 · Example 4 · Example 5

Note: =========================