|
|
|
|
|
by everforward
876 days ago
|
|
The benefit of curl over raw HTTP is the ability to strip away things that dont matter. Eg an HTTP request should have a client header, but they're typically not relevant to what you're trying to do. curl is like an HTTP request that specifies only the parts you care about. It's brief, and having access to bash makes it easy to express something like "set this field to a timestamp". |
|
HTTP is more flexible than "Copy as cURL". There are things that can be done with HTTP that cannot be done with cURL.