Sha256: a70c35f4dc3280ba7f3b8ad702986cfeb49e3b16034859775d61b60a648586dc

Contents?: true

Size: 1.73 KB

Versions: 95

Compression:

Stored size: 1.73 KB

Contents

/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) 2007 Manlio Perillo (manlio.perillo@gmail.com)
 * Copyright (C) 2010 Phusion
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 */

#ifndef _PASSENGER_NGINX_STATIC_CONTENT_HANDLER_H_
#define _PASSENGER_NGINX_STATIC_CONTENT_HANDLER_H_

#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>

ngx_int_t passenger_static_content_handler(ngx_http_request_t *r,
                                           ngx_str_t *filename);

#endif /* _PASSENGER_NGINX_STATIC_CONTENT_HANDLER_H_ */

Version data entries

95 entries across 95 versions & 2 rubygems

Version Path
passenger-4.0.60 ext/nginx/StaticContentHandler.h
passenger-5.0.20 src/nginx_module/StaticContentHandler.h
passenger-5.0.19 src/nginx_module/StaticContentHandler.h
passenger-5.0.18 ext/nginx/StaticContentHandler.h
passenger-5.0.17 ext/nginx/StaticContentHandler.h
passenger-5.0.16 ext/nginx/StaticContentHandler.h
passenger-5.0.15 ext/nginx/StaticContentHandler.h
passenger-5.0.14 ext/nginx/StaticContentHandler.h
passenger-5.0.13 ext/nginx/StaticContentHandler.h
passenger-5.0.11 ext/nginx/StaticContentHandler.h
passenger-5.0.10 ext/nginx/StaticContentHandler.h
passenger-5.0.9 ext/nginx/StaticContentHandler.h
passenger-5.0.8 ext/nginx/StaticContentHandler.h
passenger-5.0.7 ext/nginx/StaticContentHandler.h
passenger-5.0.6 ext/nginx/StaticContentHandler.h
passenger-5.0.5 ext/nginx/StaticContentHandler.h
passenger-5.0.4 ext/nginx/StaticContentHandler.h
passenger-5.0.3 ext/nginx/StaticContentHandler.h
passenger-5.0.2 ext/nginx/StaticContentHandler.h
passenger-5.0.1 ext/nginx/StaticContentHandler.h