欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Cgic
来自开放百科 - 灰狐
(版本间的差异)
第2行: | 第2行: | ||
http://www.boutell.com/cgic/ | http://www.boutell.com/cgic/ | ||
+ | |||
+ | ==Functions== | ||
+ | * Parses form data, correcting for defective and/or inconsistent browsers | ||
+ | * Transparently accepts both GET and POST form data | ||
+ | * Accepts uploaded files as well as regular form fields | ||
+ | * Provides functions to set and retrieve "cookies" (browser-side persistent information) | ||
+ | * Handles line breaks in form fields in a consistent manner | ||
+ | * Provides string, integer, floating-point, and single- and multiple-choice functions to retrieve form data | ||
+ | * Provides bounds checking for numeric fields | ||
+ | * Loads CGI environment variables into C strings which are always non-null | ||
+ | * Provides a way to capture CGI situations for replay in a debugging environment, including file uploads and cookies |
2007年2月14日 (三) 19:29的版本
cgic: an ANSI C library for CGI Programming
Functions
- Parses form data, correcting for defective and/or inconsistent browsers
- Transparently accepts both GET and POST form data
- Accepts uploaded files as well as regular form fields
- Provides functions to set and retrieve "cookies" (browser-side persistent information)
- Handles line breaks in form fields in a consistent manner
- Provides string, integer, floating-point, and single- and multiple-choice functions to retrieve form data
- Provides bounds checking for numeric fields
- Loads CGI environment variables into C strings which are always non-null
- Provides a way to capture CGI situations for replay in a debugging environment, including file uploads and cookies
分享您的观点