summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Seonah Moon [Fri, 22 Apr 2016 07:26:30 +0000 (16:26 +0900)]
Modified for build error
Change-Id: I6d11b0f4eac696ecea7527170e3e4c5da579f8ea
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Thu, 14 Apr 2016 07:04:04 +0000 (16:04 +0900)]
Add checking code for initialize
Change-Id: I4e9cb86aed34cec256f837d5a1d8517019298605
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Fri, 18 Mar 2016 08:08:28 +0000 (17:08 +0900)]
Fix some APIs and test file
Change-Id: I5c52ce0d49f09f86e2548c90fe3eb9b1e32ebf68
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Signed-off-by: pradeep kumar B <b.pradeep@samsung.com>
pradeep kumar B [Mon, 21 Mar 2016 05:59:53 +0000 (11:29 +0530)]
[capi-http] Fixed the https GET request issue
Change-Id: Ie09bfef199f0624f02e630625ab3c8292c904822
Signed-off-by: pradeep kumar B <b.pradeep@samsung.com>
pradeep kumar B [Thu, 17 Mar 2016 13:42:59 +0000 (19:12 +0530)]
[capi-http] Handled aborted callback
1. Fixed memory leaks
2. Handle aborted callback for different error cases
3. Fixed the crash
Change-Id: I0990195720bec321b83f05927d4513ddfc76c244
Signed-off-by: pradeep kumar B <b.pradeep@samsung.com>
Seonah Moon [Thu, 17 Mar 2016 06:17:16 +0000 (15:17 +0900)]
Add APIs for request/response
- get/set request cookie
- get/set verify flag
- get status code/text
- get HTTP version
- pause/resume transaction
Change-Id: I5c82918b0779e28d2c9eac7459081a0d5247cc33
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
pradeep kumar B [Fri, 5 Feb 2016 10:17:00 +0000 (15:47 +0530)]
[capi-http] Implemented the HTTP POST method
Change-Id: Ia847b17c5715f3ad2a13a78480d0e501814576ef
Signed-off-by: pradeep kumar B <b.pradeep@samsung.com>
pradeep kumar B [Tue, 2 Feb 2016 06:15:12 +0000 (11:45 +0530)]
[capi-http] Implemented the add/remove header fields
Change-Id: I294fdcc1b45c88fc9a61639bddc4a46103f12f8e
Signed-off-by: pradeep kumar B <b.pradeep@samsung.com>
pradeep kumar B [Wed, 27 Jan 2016 10:09:26 +0000 (15:39 +0530)]
[capi-http] Added basic http GET method implementation
1.support multi session multi transaction
Change-Id: If247c783cc357f2d4957572979bbcc99d7a0db63
Signed-off-by: pradeep kumar B <b.pradeep@samsung.com>
pradeep kumar B [Fri, 22 Jan 2016 04:47:27 +0000 (10:17 +0530)]
[capi-http] Added Http module APIs
1. Added HttpSession, HttpTransaction, HttpHeader, HttpRequest, HttpResponse APIs
2. Added HttpSession, HttpTransaction data structures
Change-Id: Ic30fe078b26bd4845acf2df857fd048ec0a5af1e
Signed-off-by: pradeep kumar B <b.pradeep@samsung.com>
pradeep kumar B [Thu, 21 Jan 2016 11:51:44 +0000 (17:21 +0530)]
[capi-http] Initial Empty Http Project
Change-Id: Iaf929b99418b5b11fc238c2ac4babfe2b382fde5
Signed-off-by: pradeep kumar B <b.pradeep@samsung.com>
seonil kim [Tue, 19 Jan 2016 02:07:38 +0000 (18:07 -0800)]
Initial empty repository