-
Notifications
You must be signed in to change notification settings - Fork 191
Method PATCH and DELETE #150
Copy link
Copy link
Closed
Labels
apiRelated to libhttpserver's public APIs.Related to libhttpserver's public APIs.bugConfirmed bugs or reports that are very likely to be bugs.Confirmed bugs or reports that are very likely to be bugs.feature-requestFeature requests or enhancementsFeature requests or enhancements
Description
Metadata
Metadata
Assignees
Labels
apiRelated to libhttpserver's public APIs.Related to libhttpserver's public APIs.bugConfirmed bugs or reports that are very likely to be bugs.Confirmed bugs or reports that are very likely to be bugs.feature-requestFeature requests or enhancementsFeature requests or enhancements
It is impossible to implement standard HTTP / 1.1 PATCH in the standard library version. Maybe I'm confusing something and you can use PUT, but this is not quite RESTful.
When using the DELETE method with any body, the client does not receive a response from the server, as time passes, the answer comes:
Error: Server returned nothing (no headers, no data)