contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
function   HttpRequestGetSearchItems    
  Related Syntax     Other Library Functions  

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

  define function HttpRequestGetSearchItems
              read-only   stream   Request
     into     modifiable  stream   SearchItems


Purpose

This function returns the names and values of all search items defined for an HTTP request object as keyed items in a stream shelf. This function is usually used on the server side, to analyze the search items coming in from a request and to customize response information according to the search items specified in the request.

Input argument:

Output argument:

Example:

  ; HttpRequestGetSearchItems

  local HttpRequest my-Request
  local stream all-Search variable

  HttpRequestGetSearchItems my-Request into all-Search

  output "No User!%n" when all-Search hasnt key "username"

    Related Syntax
   HttpRequestSetFromUrl
   HttpRequestSetSearchItem
 
  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.