WebClient

Description

NOTE: The active development of this project can now be found athttp://ss3.gemstone.com/ss/WebClient.html.Please go there to find the latest versions of WebclientWebClient and WebServer are simple, compact, and easy to use HTTP client and server implementations for Squeak.InstallationTo install WebClient and WebServer, execute the following from a Workspace in Squeak:(Installer ss project: 'WebClient') install: 'WebClient-Core'; install: 'WebClient-Tests'.To install the documentation you need to have HelpSystem. If you do (it's included in Squeak 4.2) load:(Installer ss project: 'WebClient') install: 'WebClient-Help'.NTLM/SPNEGO SupportWebClient supports NTLM/SPNEGO authentication via the Microsoft SSP interface (Windows only). To use WebClient with NTLM/SPNEGO support you need to install the FFI first:(Installer repository: 'http://source.squeak.org/FFI') install: 'FFI-Pools'; install: 'FFI-Kernel'; install: 'FFI-Tests'.Then, install the WebClient-SSP package:(Installer repository: 'http://squeaksource.com/WebClient') install: 'WebClient-SSP'.Once installed, you can use WebClientSSP to access sites or proxies requiring NTLM/SPNEGO authentication.HTTPS SupportWebClient supports HTTPS viaSqueakSSL. To install SqueakSSL you need to download and install thebinary version of the pluginand then install SqueakSSL via:(Installer ss) project: 'SqueakSSL'; install: 'SqueakSSL-Core'; install: 'SqueakSSL-Tests';When SqueakSSL is installed, WebClient will automatically detect its presence and use it for https requests.Seaside SupportAn experimental Seaside 3.0 adapter for WebServer is available in the 'WebClient-Seaside' package:(Installer ss project: 'WebClient') install: 'WebClient-Seaside';Pharo SupportIf you are using Pharo 1.0 you will need to load the Pharo compatibility package:(Installer ss project: 'WebClient') install: 'WebClient-Pharo';In addition to the core functionality, a set of patches is provided by the 'WebClient-HTTP'

Details

Source
SqueakSource
Dialect
pharo (25% confidence)

Categories

Web Testing Serialization System / OS
← Back to results