Gentee Programming Language > Documentation > Libraries Download documentation

httpinfo

The structure is used to get data from an HTTP header. Depending on the header, some fields may be empty.
 
type httpinfo {
      uint   code
      datetime   dt
      str   size
      str   location
}

Fields

codeMessage code.
dtLast modified date.
sizeFile size.
locationNew file location.

See also

    Internet


 Copyright © 2004-2006 Gentee Inc. All rights reserved.