Update changelog and prepare upload to unstable
[pkg-ocaml-ocsigen.git] / http / ocsigen_range.mli
blob4994516e52a3a5a944b7cae83475df6cbcdb63a6
1 (* Ocsigen
2 * http://www.ocsigen.org
3 * ocsigen_range.ml Copyright (C) 2008
4 * Vincent Balat
5 * Laboratoire PPS - CNRS Université Paris Diderot
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU Lesser General Public License as published by
9 * the Free Software Foundation, with linking exception;
10 * either version 2.1 of the License, or (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 val compute_range :
23 Ocsigen_extensions.request_info ->
24 Ocsigen_http_frame.result ->
25 Ocsigen_http_frame.result Lwt.t