📄 htbinit.h
字号:
/* W3C Sample Code Library libwww Media Type Initialization! Default Media Type Initialization Module!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*As mentioned in the Library Architecture,libwww consists of a small core and a large set of hooks for addingfunctionality. By itself, the core it not capable of performing any Web relatedtasks like accessing a HTTP server or parsing a HTML document. All thisfunctionality must be registered by the application. This way, the core oflibwww is kept application independent and can be used as the basic buildingblock for any kind of Web application. The Library comes with a large setof default functions, for example for accessing HTTP and FTP servers, parsingRFC822 headers etc. This module helps the application programmer settingup all this functionality, but it is important to note that none of it isrequired in order to use the Library.This module is implemented by HTBInit.c, and it isa part of the W3C Sample CodeLibrary. You can also have a look at the otherInitialization modules.*/#ifndef HTBINIT_H#define HTBINIT_H/*. Default File Suffix Binding.Register the default set of bindings between file suffixes and media types.This is used for example to guess the media type of a FTP URL of a localfile URL.*/#include "WWWCore.h"extern void HTFileInit (void);/**/#endif/* @(#) $Id: HTBInit.html,v 2.7 1998/05/14 02:10:16 frystyk Exp $*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -