magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Addition of PUT, DELETE methods in Client Curl Class #101

Open milindsingh opened 5 years ago

milindsingh commented 5 years ago

Summary (*)

The framework provides support for object-oriented curl requests, but it lags some basic HTTP request methods i.e PUT & DELETE. Also, lacks the ability to upload a file via client curl class: \Magento\Framework\HTTP\Client\Curl

Examples (*)

Available request types:

Proposed solution

Need 2 more basic types: