Cutehacks / duperagent

A QML clone of VisionMedia's SuperAgent module.
MIT License
56 stars 23 forks source link

HTTP custom verb #12

Open mohammadhasanzadeh opened 7 years ago

mohammadhasanzadeh commented 7 years ago

Does duperagent support HTTP custom verb? Have you implemented this method: QNetworkAccessManager::sendCustomRequest?

jrbarron commented 7 years ago

@mohammadhasanzadeh I use that function to implement the PATCH verb, but unfortunately there is no API exposed in Duperagent to use custom verbs at the moment. I'll consider this a feature request :)