Class: Net::HTTP::Subscribe
- Inherits:
-
HTTPRequest
- Object
- HTTPRequest
- Net::HTTP::Subscribe
- Defined in:
- lib/net/http/subscribe.rb
Overview
Custom request type X-CREATEMB for creating message buffers on the .NET Service Bus.
This request should not be used directly. Use DotNetServices::Session#createmb instead.
Constant Summary collapse
- METHOD =
"X-SUBSCRIBE"- REQUEST_HAS_BODY =
false- RESPONSE_HAS_BODY =
true