/demo/src/view-dir.ads
Ada | 30 lines | 7 code | 5 blank | 18 comment | 0 complexity | f00cfcc821a597d98e369b24f27dda43 MD5 | raw file
Possible License(s): AGPL-1.0
- -------------------------------------------------------------------------------
- -- --
- -- Copyright (C) 2010-, Thomas Løcke --
- -- --
- -- This is free software; you can redistribute it and/or modify it --
- -- under terms of the GNU General Public License as published by the --
- -- Free Software Foundation; either version 3, or (at your option) any --
- -- later version. This library is distributed in the hope that it will be --
- -- useful, but WITHOUT ANY WARRANTY; without even the implied warranty of --
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --
- -- You should have received a copy of the GNU General Public License and --
- -- a copy of the GCC Runtime Library Exception along with this program; --
- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see --
- -- <http://www.gnu.org/licenses/>. --
- -- --
- -------------------------------------------------------------------------------
- -- The directory listing resource.
- with AWS.Response;
- with AWS.Status;
- package View.Dir is
- function Generate
- (Request : in AWS.Status.Data)
- return AWS.Response.Data;
- -- Generate the content for the /dir/ resource.
- end View.Dir;