]> granicus.if.org Git - libevent/commit
add evhttp_request_get_response_code_line
authorJay R. Wren <jrwren@xmtp.net>
Wed, 10 Oct 2012 17:16:02 +0000 (13:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 16 Nov 2012 16:48:03 +0000 (11:48 -0500)
commit4f4d0c93183b446d73edc3c59ac7751822620b07
tree4c9eefec1b966c4a229c402461fcb511e9dcf3a4
parent61b93af5618fb164ceb64dc96e6a47347043c629
add evhttp_request_get_response_code_line

This is needed to be able to read the response code line especially
when acting as an http client using evhttp_make_request.

(patched by nickm to make the return value const)
http.c
include/event2/http.h