Revert the mirroring of SoupMessage API onto SoupRequestHTTP.
authorDan Winship <danw@gnome.org>
Fri, 28 Dec 2012 15:41:20 +0000 (10:41 -0500)
committerDan Winship <danw@gnome.org>
Fri, 28 Dec 2012 16:26:46 +0000 (11:26 -0500)
commit2357f3501718967003914da4f1f7659b6593aa0d
tree28b53fc12a6cfec15f65b586ab7935819ca5958a
parentddfbe30e04c8a9a8981d43b21c27b8bd8336e85b
Revert the mirroring of SoupMessage API onto SoupRequestHTTP.

SoupMessage isn't being deprecated, and mirroring its API onto
SoupRequestHTTP is just going to result in always having to add every
new API twice. Also, it turns out to be less useful than originally
expected anyway, since you end up having to cast between SoupRequest
and SoupRequestHTTP frequently anyway.

This reverts commit d7117329400e47d2187ed033099d921d555f8d71 and most of
commit 53c270d0e2868fa5ad48ce864f10a9486b11a071.
12 files changed:
docs/reference/libsoup-2.4-sections.txt
libsoup/libsoup-2.4.sym
libsoup/soup-request-http.c
libsoup/soup-request-http.h
libsoup/soup-request.c
libsoup/soup-request.h
tests/cache-test.c
tests/coding-test.c
tests/connection-test.c
tests/proxy-test.c
tests/requester-test.c
tests/sniffing-test.c