| Crates.io | curll |
| lib.rs | curll |
| version | 0.1.2 |
| created_at | 2025-07-31 16:09:23.367728+00 |
| updated_at | 2025-08-09 18:08:49.662673+00 |
| description | A rust curl |
| homepage | |
| repository | https://github.com/durgaprasad118/rust |
| max_upload_size | |
| id | 1775262 |
| size | 45,342 |
curll -u "https://jsonplaceholder.typicode.com/posts/1"curll --url "https://jsonplaceholder.typicode.com/posts/1"curll -u "https://api.example.com/data" -H "Authorization: Bearer token123"curll -u "https://api.example.com/data" -H "Authorization: Bearer token123" -H "Content-Type: application/json"curll --url "https://api.example.com/data" --header "Authorization: Bearer token123" --header "Content-Type: application/json"