goahead是linux下的轻量级web服务器

源代码在线查看: websformdefine.htm

软件大小: 129 K
上传用户: wuweixiong123
关键词: goahead linux web 轻量级
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				websFormDefine -- GoAhead WebServer API
				
				
				
				
				 
				
				
					websFormDefine
				     GoAhead WebServer API
				     GoAhead EMF
				
				
				
				
				
				Synopsis
				Return an error message to the requesting browser
				
				Prototype
				
				
				#include "webs.h" 
				
				int websFormDefine(char_t *urlPrefix,   	    
				    void (*formHandler)(webs_t wp, char_t *path, char_t *query));   	    
				
				
				Parameters
				
				    
				        wp
				          Web server connection handle
				    
				        urlPrefix
				        URL prefix to use when matching URLs for 
				            this handler
				    
				        formHandler
				        URL handler procedure   
				
				Description
				
				The websFormDefine procedure is used to create a 
				GoForm			

相关资源