|
Revision 1868, 443 bytes
(checked in by nahi, 1 year ago)
|
- added an API for filtering streamhandler to capture/generate HTTP header. closes #276.
|
| Line | |
|---|
| 1 |
# SOAP4R - SOAP filter. |
|---|
| 2 |
# Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>. |
|---|
| 3 |
|
|---|
| 4 |
# This program is copyrighted free software by NAKAMURA, Hiroshi. You can |
|---|
| 5 |
# redistribute it and/or modify it under the same terms of Ruby's license; |
|---|
| 6 |
# either the dual license version in 2003, or any later version. |
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
require 'soap/filter/filterchain' |
|---|
| 10 |
# envelope filter |
|---|
| 11 |
require 'soap/filter/handler' |
|---|
| 12 |
# steram filter |
|---|
| 13 |
require 'soap/filter/streamhandler' |
|---|