|
Class: HTTPUseSslQuery
Object
|
+--GenericException
|
+--Notification
|
+--Query
|
+--HTTPUseSslQuery
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-HTTP-Client
- Version:
- rev:
1.3
date: 2020/03/20 12:03:50
- user: stefan
- file: HTTPUseSslQuery.st directory: goodies/communication
- module: stx stc-classLibrary: communication
query whether to use SSL for a http connection (default false)
(raised by HTTPInterface)
[instance variables:]
[class variables:]
[example:]
HTTPUseSslQuery
answer:true
do:[
(HTTPInterface get:'http://expeccoalm.exept.de') inspect
].
copyrightCOPYRIGHT (c) 2018 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
constants
-
defaultAnswer
-
(comment from inherited method)
Return the default answer to the Query. This method is called,
if nobody catches the signal.
Subclasses may redefine this method.
|