Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi!
Definitely interesting! Internally URL protocols are mapped to "RequestTransports", so "all" you need to do is:
- write your own RequestTransport implementation for these protocols
- register them with the RequestTransportRegistry
- start using them from your requests..
I'm not sure though if the standard request/response editors would suffice in this situation!?
regards!
/Ole
eviware.com
Definitely interesting! Internally URL protocols are mapped to "RequestTransports", so "all" you need to do is:
- write your own RequestTransport implementation for these protocols
- register them with the RequestTransportRegistry
- start using them from your requests..
I'm not sure though if the standard request/response editors would suffice in this situation!?
regards!
/Ole
eviware.com