Examples using Ch-CGI classes




Content

  • Member functions of class CRequest
  • Member functions of class CResponse
  • Member functions of class CServer
  • Member functions of class CCookie


    Member functions of class CRequest

  • Request.getCookies
  • Request.getCookie
  • Request.getForm
  • Request.getForms
  • Request.getFormNameValue
  • Request.binaryRead and Request.getTotalBytes
  • Request.getServerVariable
  • Request.getForm for GET request method
  • Request.getForms for GET request method
  • Request.getFormNameValue for GET request method


    Member functions of class CResponse

  • Response.addCookie
  • Response.addHeader
  • Response.exit
  • Response.flush
  • Response.getBuffer
  • Response.getCacheControl
  • Response.getCharSet
  • Response.getContentType
  • Response.getExpires
  • Response.getExpiresAbsolute
  • Response.getStatus
  • Response.PICS
  • Response.redirect
  • Response.setBuffer
  • Response.setCacheControl
  • Response.setCharSet
  • Response.setContentType
  • Response.setExpires
  • Response.setExpiresAbsolute
  • Response.setStatus


    Member functions of class CServer

  • Server.HTMLEncode
  • Server.mapPath
  • Server.URLEncode


    Member functions of class CCookie

  • Refer to Response.addCookie and Request.getCookie