php-src/main/php_content_types.h

11 lines
316 B
C
Raw Normal View History

#ifndef PHP_CONTENT_TYPES_H
#define PHP_CONTENT_TYPES_H
1999-09-16 22:31:33 +00:00
#define DEFAULT_POST_CONTENT_TYPE "application/x-www-form-urlencoded"
2001-08-15 18:01:48 +00:00
SAPI_API SAPI_POST_READER_FUNC(php_default_post_reader);
SAPI_API SAPI_POST_HANDLER_FUNC(php_std_post_handler);
int php_startup_sapi_content_types(void);
1999-09-16 22:31:33 +00:00
#endif /* PHP_CONTENT_TYPES_H */