No DELETE method supported
Bug #1570687 reported by
Gary.Wang
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Committed
|
High
|
Unassigned | ||
net-cpp |
In Progress
|
High
|
Gary.Wang |
Bug Description
Currently for DELETE method, have to use POST method with X-HTTP-
....
http::Request:
configuration.
Related branches
lp://staging/~gary-wzl77/net-cpp/bug-fixing-and-features
- Thomas Voß (community): Approve
-
Diff: 804 lines (+407/-9)14 files modifiedCMakeLists.txt (+2/-2)
include/core/net/http/client.h (+19/-0)
include/core/net/http/method.h (+3/-1)
include/core/net/http/request.h (+21/-0)
include/core/net/http/streaming_client.h (+21/-1)
include/core/net/http/streaming_request.h (+13/-0)
src/core/net/http/impl/curl/client.cpp (+82/-2)
src/core/net/http/impl/curl/client.h (+7/-0)
src/core/net/http/impl/curl/easy.cpp (+23/-0)
src/core/net/http/impl/curl/easy.h (+14/-1)
src/core/net/http/impl/curl/request.h (+33/-0)
tests/http_client_test.cpp (+73/-0)
tests/http_streaming_client_test.cpp (+90/-2)
tests/httpbin.h.in (+6/-0)
lp://staging/~thomas-voss/net-cpp/bug-fixing-and-features-landing
- Gary.Wang (community): Approve
- Ubuntu Phablet Team: Pending requested
-
Diff: 431 lines (+163/-59)11 files modifieddebian/changelog (+8/-0)
debian/control (+2/-2)
debian/libnet-cpp2.symbols (+1/-1)
include/core/net/http/request.h (+9/-9)
include/core/net/http/streaming_request.h (+0/-12)
src/core/net/http/impl/curl/client.cpp (+17/-0)
src/core/net/http/impl/curl/easy.cpp (+1/-1)
src/core/net/http/impl/curl/multi.cpp (+5/-0)
src/core/net/http/impl/curl/multi.h (+3/-0)
src/core/net/http/impl/curl/request.h (+23/-27)
tests/http_streaming_client_test.cpp (+94/-7)
Changed in net-cpp: | |
assignee: | nobody → Gary.Wang (gary-wzl77) |
Changed in net-cpp: | |
status: | New → In Progress |
Changed in net-cpp: | |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
status: | New → In Progress |
importance: | Undecided → High |
milestone: | none → 14 |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
milestone: | 14 → backlog |
To post a comment you must log in.