Repository: couchdb-chttpd Updated Branches: refs/heads/master 4c521b169 -> 79e7eba3e
Export etag_match/2 COUCHDB-2656 Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/1a15afcb Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/1a15afcb Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/1a15afcb Branch: refs/heads/master Commit: 1a15afcbf125fef512bf6a35e10bc25dc13cf4e9 Parents: c6a5cdd Author: ILYA Khlopotov <[email protected]> Authored: Tue Apr 7 08:49:53 2015 -0700 Committer: ILYA Khlopotov <[email protected]> Committed: Tue Apr 7 08:49:53 2015 -0700 ---------------------------------------------------------------------- src/chttpd.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/1a15afcb/src/chttpd.erl ---------------------------------------------------------------------- diff --git a/src/chttpd.erl b/src/chttpd.erl index 6754613..6ce2c23 100644 --- a/src/chttpd.erl +++ b/src/chttpd.erl @@ -19,7 +19,8 @@ qs_value/3, qs/1, qs_json_value/3, path/1, absolute_uri/2, body_length/1, verify_is_server_admin/1, unquote/1, quote/1, recv/2, recv_chunked/4, error_info/1, parse_form/1, json_body/1, json_body_obj/1, body/1, - doc_etag/1, make_etag/1, etag_respond/3, partition/1, serve_file/3, serve_file/4, + doc_etag/1, make_etag/1, etag_respond/3, etag_match/2, + partition/1, serve_file/3, serve_file/4, server_header/0, start_chunked_response/3,send_chunk/2, start_response_length/4, send/2, start_json_response/2, start_json_response/3, end_json_response/1, send_response/4,
