WebClient

WebClient project page

NOTE: The active development of this project can now be found at

http://ss3.gemstone.com/ss/WebClient.html .

Please go there to find the latest versions of Webclient





WebClient and WebServer are simple, compact, and easy to use HTTP client and server implementations for Squeak.




Installation


To 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 Support


WebClient 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 Support


WebClient supports HTTPS via SqueakSSL.

To install SqueakSSL you need to download and install the binary version of the plugin and 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 Support


An experimental Seaside 3.0 adapter for WebServer is available in the 'WebClient-Seaside' package:


(Installer ss project: 'WebClient')
install: 'WebClient-Seaside';



Pharo Support


If 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' package replacing HTTPSocket by WebClient (which means WebClient will be used for Monticello, updates etc):


(Installer ss project: 'WebClient')
install: 'WebClient-HTTP';



License


This project is covered by the MIT License:



Copyright (c) 2010 Andreas Raab and Contributors


Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

WebClient-Tests-HasMovedto-ss3.gemstone.com.47.mcz
WebClient-Seaside-HasMovedto-ss3.gemstone.com.11.mcz
WebClient-SSP-HasMovedto-ss3.gemstone.com.4.mcz
WebClient-Pharo-HasMovedto-ss3.gemstone.com.6.mcz
WebClient-Help-HasMovedto-ss3.gemstone.com.11.mcz
WebClient-HTTP-HasMovedto-ss3.gemstone.com.2.mcz
WebClient-Core-HasMovedto-ss3.gemstone.com.96.mcz
WebClient-Tests-ar.46.mcz
WebClient-Core-ar.92.mcz
WebClient-Core-klub.91.mcz
WebClient-Tests-ar.45.mcz
WebClient-Core-ar.90.mcz
WebClient-Tests-ar.44.mcz
WebClient-Seaside-ar.10.mcz
WebClient-Tests-ar.43.mcz
WebClient-Pharo-ar.5.mcz
WebClient-Tests-ar.42.mcz
WebClient-Tests-ar.41.mcz
WebClient-Core-ar.89.mcz
WebClient-Core-ul.88.mcz
WebClient-Core-ar.87.mcz
WebClient-Tests-ar.40.mcz
WebClient-Core-ar.86.mcz
WebClient-Tests-ar.39.mcz
WebClient-Core-ar.85.mcz
WebClient-Tests-ar.38.mcz
WebClient-Core-ar.84.mcz
WebClient-Core-ar.83.mcz
WebClient-Tests-ar.37.mcz
WebClient-Core-ar.82.mcz
WebClient-Core-ar.81.mcz
WebClient-SSP-ar.3.mcz
WebClient-Core-ar.80.mcz
WebClient-SSP-ar.2.mcz
WebClient-SSP-ar.1.mcz
WebClient-Core-ar.79.mcz
WebClient-Tests-ar.36.mcz
WebClient-Core-ar.78.mcz
WebClient-Tests-ar.35.mcz
WebClient-Help-ar.10.mcz
WebClient-Core-ar.77.mcz
WebClient-Core-ar.76.mcz
WebClient-Tests-ar.34.mcz
WebClient-Tests-ar.33.mcz
WebClient-Tests-ar.32.mcz
WebClient-Core-ar.75.mcz
WebClient-Pharo-ar.4.mcz
WebClient-Tests-ar.31.mcz
WebClient-Core-ar.74.mcz
WebClient-Core-ar.73.mcz
WebClient-Core-ar.72.mcz
WebClient-Tests-ar.30.mcz
WebClient-Core-ar.71.mcz
WebClient-Tests-ar.29.mcz
WebClient-Core-ar.70.mcz
WebClient-Tests-ar.28.mcz
WebClient-Core-ar.69.mcz
WebClient-Tests-ar.27.mcz
WebClient-Core-ar.68.mcz
WebClient-Core-ar.67.mcz
WebClient-Core-ar.66.mcz
WebClient-Core-ar.65.mcz
WebClient-Core-ar.64.mcz
WebClient-Tests-ar.26.mcz
WebClient-Seaside-ar.9.mcz
WebClient-Core-ar.63.mcz
WebClient-Tests-ar.25.mcz
WebClient-Core-ar.62.mcz
WebClient-Core-ar.61.mcz
WebClient-Core-ar.60.mcz
WebClient-Core-ar.59.mcz
WebClient-Seaside-ar.8.mcz
WebClient-Tests-ar.24.mcz
WebClient-Core-ar.58.mcz
WebClient-Tests-ar.23.mcz
WebClient-Core-ar.57.mcz
WebClient-Tests-ar.22.mcz
WebClient-Core-ar.56.mcz
WebClient-Core-ar.55.mcz
WebClient-Seaside-ar.7.mcz
WebClient-Seaside-ar.6.mcz
WebClient-Core-ar.54.mcz
WebClient-Seaside-ar.5.mcz
WebClient-Core-ar.53.mcz
WebClient-Pharo-ar.3.mcz
WebClient-Pharo-ar.2.mcz
WebClient-Help-ar.9.mcz
WebClient-Help-ar.8.mcz
WebClient-Core-ar.52.mcz
WebClient-Help-ar.7.mcz
WebClient-Core-ar.51.mcz
WebClient-Core-ar.50.mcz
WebClient-Tests-ar.21.mcz
WebClient-Core-ar.49.mcz
WebClient-Core-ar.48.mcz
WebClient-Core-ar.47.mcz
WebClient-Core-ar.46.mcz
WebClient-Core-ar.45.mcz
WebClient-Core-ar.44.mcz
WebClient-Core-ar.43.mcz
WebClient-Core-ar.42.mcz
WebClient-Help-ar.6.mcz
WebClient-Core-ar.41.mcz
WebClient-Tests-ar.20.mcz
WebClient-Core-ar.40.mcz
WebClient-Core-ar.39.mcz
WebClient-Seaside-ar.4.mcz
WebClient-Seaside-ar.3.mcz
WebClient-Tests-ar.19.mcz
WebClient-Core-ar.38.mcz
WebClient-Core-ar.37.mcz
WebClient-Core-ar.36.mcz
WebClient-Tests-ar.18.mcz
WebClient-Core-ar.35.mcz
WebClient-Tests-ar.17.mcz
WebClient-Core-ar.34.mcz
WebClient-Tests-ar.16.mcz
WebClient-Core-ar.33.mcz
WebClient-Tests-ar.15.mcz
WebClient-Core-ar.32.mcz
WebClient-Core-ar.31.mcz
WebClient-Core-ar.30.mcz
WebClient-Core-ar.29.mcz
WebClient-Core-ar.28.mcz
WebClient-Tests-ar.14.mcz
WebClient-Core-pmm.27.mcz
WebClient-Seaside-pmm.2.mcz
WebClient-Tests-ar.13.mcz
WebClient-Core-ar.26.mcz
WebClient-Tests-ar.12.mcz
WebClient-Core-ar.24.mcz
WebClient-Tests-ar.11.mcz
WebClient-Core-ar.23.mcz
WebClient-Core-ar.22.mcz
WebClient-Tests-ar.10.mcz
WebClient-Core-ar.21.mcz
WebClient-Tests-ar.9.mcz
WebClient-Core-ar.20.mcz
WebClient-Core-ar.19.mcz
WebClient-Core-ar.18.mcz
WebClient-Tests-ar.8.mcz
WebClient-Core-ar.17.mcz
WebClient-Help-ar.5.mcz
WebClient-Core-ar.16.mcz
WebClient-Pharo-ar.1.mcz
WebClient-Help-ar.4.mcz
WebClient-Tests-ar.3.mcz
WebClient-Tests-ar.4.mcz
WebClient-Tests-ar.2.mcz
WebClient-Tests-ar.6.mcz
WebClient-Tests-ar.5.mcz
WebClient-Tests-ar.7.mcz
WebClient-Tests-ar.1.mcz
WebClient-Seaside-ar.1.mcz
WebClient-Help-ar.2.mcz
WebClient-Help-ar.1.mcz
WebClient-Help-ar.3.mcz
WebClient-HTTP-ar.1.mcz
WebClient-Core-ar.2.mcz
WebClient-Core-ar.14.mcz
WebClient-Core-ar.12.mcz
WebClient-Core-ar.3.mcz
WebClient-Core-ar.10.mcz
WebClient-Core-ar.1.mcz
WebClient-Core-ar.11.mcz
WebClient-Core-ar.8.mcz
WebClient-Core-ar.9.mcz
WebClient-Core-ar.7.mcz
WebClient-Core-ar.5.mcz
WebClient-Core-ar.15.mcz
WebClient-Core-ar.6.mcz