swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
  Related Syntax     Other Library Functions  
function   HttpRequestSetSearchItem    

Library: omhttp - HTTP support
Include: 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
   HttpLibraryVersion
   HttpObjectGetCookieAttributes
   HttpObjectGetCookieValues
   HttpObjectGetHeaders
   HttpObjectGetStatusReport
   HttpObjectIsInError
   HttpObjectSetCookieAttribute
   HttpObjectSetCookieValue
   HttpObjectSetHeader
   HttpRequestGetSearchItems
   HttpRequestSend
   HttpRequestSetFromUrl
   HttpRequestSetProxy
   HttpRequestSetSearchItem
   HttpResponseOutput
   HttpServiceAwaitRequest
 
----  

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ OMX ] [ ERRORS ]

Generated: August 11, 2000 at 3:07:21 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.