10.11.2015 Views

maXbox3 3.9.9.195 14/05/2015 08:37:17 AM

maXbox3 3.9.9.80 13.11.2013 11:25:53

maXbox3 3.9.9.80 13.11.2013 11:25:53

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>maXbox3</strong> <strong>3.9.9.195</strong><br />

<strong>14</strong>/<strong>05</strong>/<strong>2015</strong> <strong>08</strong>:<strong>37</strong>:<strong>17</strong> <strong>AM</strong><br />

6750: THTTPVersion', 'record Version : THTTPVersionEnum; Protocol : TH'<br />

6751: +'TTPProtocolEnum; CustomProtocol : AnsiString; CustomMajVersion : Integer; '<br />

6752: +'CustomMinVersion : Integer; end<br />

6753: THTTPHeaderNameEnum', '( hntCustom, hntHost, hntContentType, hnt'<br />

6754: +'ContentLength, hntContentTransferEncoding, hntContentLocation, hntContentL'<br />

6755: +'anguage, hntContentEncoding, hntTransferEncoding, hntDate, hntServer, hntU'<br />

6756: +'serAgent, hntLocation, hntConnection, hntExpires, hntCacheControl, hntSetC'<br />

6757: +'ookie, hntCookie, hntAuthorization, hntVia, hntWarning, hntContentRange, h'<br />

6758: +'ntXForwardedFor, hntPragma, hntXPoweredBy, hntWWWAuthenticate, hntLastModi'<br />

6759: +'fied, hntETag, hntProxyAuthorization, hntReferer, hntAge, hntAcceptRanges,'<br />

6760: +' hntAcceptEncoding, hntAcceptLanguage, hntAcceptCharset, hntIfModifiedSinc'<br />

6761: +'e, hntIfUnmodifiedSince, hntRetryAfter, hntUpgrade, hntStatus, hntProxyCon'<br />

6762: +'nection, hntOrigin, hntKeepAlive )<br />

6763: THTTPHeaderName', 'record Value : THTTPHeaderNameEnum; Custom: AnsiString; end<br />

6764: THTTPCustomHeader', 'record FieldName : AnsiString; FieldValue :'<br />

6765: +' AnsiString; end<br />

6766: //PHTTPCustomHeader', '^THTTPCustomHeader // will not work<br />

6767: THTTPContentLengthEnum', '( hcltNone, hcltByteCount )<br />

6768: THTTPContentLength', 'record Value : THTTPContentLengthEnum; ByteCount:Int64; end<br />

6769: //PHTTPContentLength', '^THTTPContentLength // will not work<br />

6770: THTTPContentTypeMajor', '( hctmCustom, hctmText, hctmImage )<br />

6771: THTTPContentTypeEnum', '( hctNone, hctCustomParts, hctCustomStri'<br />

6772: +'ng, hctTextHtml, hctTextAscii, hctTextCss, hctTextPlain, hctTextXml, hctTe'<br />

6773: +'xtCustom, hctImageJpeg, hctImagePng, hctImageGif, hctImageCustom, hctAppli'<br />

6774: +'cationJSON, hctApplicationOctetStream, hctApplicationJavaScript, hctApplic'<br />

6775: +'ationCustom, hctAudioCustom, hctVideoCustom )<br />

6776: THTTPContentType', 'record Value : THTTPContentTypeEnum; CustomM'<br />

6777: +'ajor : AnsiString; CustomMinor : AnsiString; Parameters : AnsiStringArray;'<br />

6778: +' CustomStr : AnsiString; end<br />

6779: THTTPDateFieldEnum', '( hdNone, hdCustom, hdParts, hdDateTime )<br />

6780: THTTPDateField', 'record Value : THTTPDateFieldEnum; DayOfWeek :'<br />

6781: +' Integer; Day : integer; Month : integer; Year : Integer; Hour : integer; '<br />

6782: +'Min : integer; Sec : Integer; TimeZoneGMT : Boolean; CustomTimeZone : Ansi'<br />

6783: +'String; DateTime : TDateTime; Custom : AnsiString; end<br />

6784: THTTPTransferEncodingEnum', '( hteNone, hteCustom, hteChunked )<br />

6785: THTTPTransferEncoding', 'record Value : THTTPTransferEncodingEnu'<br />

6786: +'m; Custom : AnsiString; end<br />

6787: THTTPConnectionFieldEnum', '( hcfNone, hcfCustom, hcfClose, hcfKeepAlive )<br />

6788: THTTPConnectionField', 'record Value : THTTPConnectionFieldEnum;'<br />

6789: +' Custom : AnsiString; end<br />

6790: THTTPAgeFieldEnum', '( hafNone, hafCustom, hafAge )<br />

6791: THTTPAgeField', 'record Value: THTTPAgeFieldEnum; Age : Int64;Custom:AnsiString; end<br />

6792: THTTPCacheControlFieldEnum', '( hccfNone, hccfDecoded, hccfCustom )<br />

6793: THTTPCacheControlRequestSubField', '( hccsfNoCache, hccsfNoStore'<br />

6794: +', hccsfMaxAge, hccsfMaxStale, hccsfMinFresh, hccsfNoTransform, hccsfOnlyIfCached )<br />

6795: THTTPCacheControlResponseSubField', '( hccrfPublic, hccrfPrivate'<br />

6796: +', hccrfNoCache, hccrfNoStore, hccrfNoTransform, hccrfMustRevalidate, hccrf'<br />

6797: +'ProxyRevalidate, hccrfMaxAge, hccrfSMaxAge )<br />

6798: THTTPCacheControlField', 'record Value : THTTPCacheControlFieldEnum; end<br />

6799: THTTPContentEncodingEnum', '( hceNone, hceCustom, hceIdentity, h'<br />

6800: +'ceCompress, hceDeflate, hceExi, hceGzip, hcePack200Gzip )<br />

6801: THTTPContentEncoding', 'record Value:THTTPContentEncodingEnum;Custom:AnsiString; end;<br />

6802: THTTPContentEncodingFieldEnum', '( hcefNone, hcefList )<br />

6803: THTTPContentEncodingField', 'record Value : THTTPContentEncoding'<br />

6804: +'FieldEnum; List : array of THTTPContentEncoding; end<br />

68<strong>05</strong>: THTTPRetryAfterFieldEnum', '( hrafNone, hrafCustom, harfDate, harfSeconds )<br />

6806: THTTPRetryAfterField', 'record Value : THTTPRetryAfterFieldEnum;'<br />

6807: +' Custom : AnsiString; Date : TDateTime; Seconds : Int64; end<br />

68<strong>08</strong>: THTTPContentRangeFieldEnum', '( hcrfNone, hcrfCustom, hcrfByteRange )<br />

6809: THTTPContentRangeField', 'record Value : THTTPContentRangeFieldE'<br />

6810: +'num; ByteFirst : Int64; ByteLast : Int64; ByteSize : Int64; Custom : AnsiString; end<br />

6811: THTTPSetCookieFieldEnum', '( hscoNone, hscoDecoded, hscoCustom )<br />

6812: THTTPSetCookieCustomField', 'record Name : AnsiString; Value : AnsiString; end<br />

6813: THTTPSetCookieCustomFieldArray', 'array of THTTPSetCookieCustomField<br />

68<strong>14</strong>: THTTPSetCookieField', 'record Value : THTTPSetCookieFieldEnum; D'<br />

6815: +'omain : AnsiString; Path : AnsiString; Expires : THTTPDateField; MaxAge : '<br />

6816: +'Int64; HttpOnly : Boolean; Secure : Boolean; CustomFields : THTTPSetCookie'<br />

68<strong>17</strong>: +'CustomFieldArray; Custom : AnsiString; end<br />

6818: //PHTTPSetCookieField', '^THTTPSetCookieField // will not work<br />

6819: THTTPSetCookieFieldArray', 'array of THTTPSetCookieField<br />

6820: THTTPCookieFieldEnum', '( hcoNone, hcoDecoded, hcoCustom )<br />

6821: THTTPCookieFieldEntry', 'record Name : AnsiString; Value : AnsiString; end<br />

6822: //PHTTPCookieFieldEntry', '^THTTPCookieFieldEntry // will not work<br />

6823: THTTPCookieFieldEntryArray', 'array of THTTPCookieFieldEntry<br />

6824: THTTPCookieField', 'record Value : THTTPCookieFieldEnum; Entries'<br />

6825: +' : THTTPCookieFieldEntryArray; Custom : AnsiString; end<br />

6826: THTTPCommonHeaders', 'record TransferEncoding : THTTPTransferEnc'<br />

6827: +'oding; ContentType : THTTPContentType; ContentLength : THTTPContentLength;'<br />

6828: +' Connection : THTTPConnectionField; ProxyConnection : THTTPConnectionField'<br />

6829: +'; Date : THTTPDateField; ContentEncoding : THTTPContentEncodingField; end<br />

6830: THTTPCustomHeaders', 'array of THTTPCustomHeader<br />

6831: //THTTPFixedHeaders','array[THTTPHeaderNameEnum] of AnsiString<br />

6832: THTTPFixedHeaders','array[0..42] of AnsiString<br />

6833: THTTPMethodEnum', '( hmNone, hmCustom, hmGET, hmPUT, hmPOST, hmC'<br />

6834: +'ONNECT, hmHEAD, hmDELETE, hmOPTIONS, hmTRACE )<br />

6835: THTTPMethod', 'record Value : THTTPMethodEnum; Custom : AnsiString; end<br />

6836: THTTPRequestStartLine','record Method: THTTPMethod;URI: AnsiString;Version:THTTPVersion; end<br />

68<strong>37</strong>: THTTPRequestHeader', 'record CommonHeaders : THTTPCommonHeaders;'<br />

6838: +' FixedHeaders : THTTPFixedHeaders; CustomHeaders : THTTPCustomHeaders; Coo'<br />

PC<strong>08</strong> E:\maxbox3\mXGit39988\maxbox3\docs\maxbox_extract_funclist399.txt<br />

http://www.softwareschule.ch/maxbox.htm T: 297<br />

p: 79

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!