contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
function   HttpRequestSetSearchItem    
  Related Syntax     Other Library Functions  

Library: HTTP
Include: omtcp.xin, omhttp.xin
Declaration

  define function HttpRequestSetSearchItem
           modifiable  stream   Request
     for   value       stream   SearchName
     to    value       stream   SearchValue


Purpose

This function sets search item name-and-value pairs in an HTTP request object. It is usually used together with HttpRequestGetSearchItems. It can appear in either a client or a server program, and is used to customize the information that will be returned from the server to the client.

Input arguments:

Example:

  ; HttpRequestSetSearchItem

  local HttpRequest my-Request

  HttpRequestSetSearchItem my-Request for "username" to "anonymous"

    Related Syntax
   HttpRequestSend
   HttpRequestSetFromUrl
   HttpRequestGetSearchItems
 
  Other Library Functions
   HttpConnectionSendResponse
   HttpObjectGetCookieAttributes
   HttpObjectGetCookieValues
   HttpObjectGetHeaders
   HttpObjectGetStatusReport
   HttpObjectIsInError
   HttpObjectSetCookieAttribute
   HttpObjectSetCookieValue
   HttpObjectSetHeader
   HttpRequestGetSearchItems
   HttpRequestSend
   HttpRequestSetFromUrl
   HttpRequestSetSearchItem
   HttpResponseOutput
   HttpServiceAwaitRequest
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:08 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.