class MinknowApi::AnalysisWorkflows::ProxyRequest

Included Modules

Defined in:

generated/minknow_api/analysis_workflows.pb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.decode(bytes : Bytes) : self #

Decode a message from a raw byte slice.


[View source]
def self.decode(io : IO) : self #

[View source]
def self.decode_partial(bytes : Bytes) : self #

[View source]
def self.decode_partial(io : IO) : self #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def api : String #

[View source]
def api=(api : String) #

[View source]
def encode(io : IO) : Nil #

[View source]
def encode_partial(io : IO) : Nil #

[View source]
def headers : Hash(String, String) #

[View source]
def headers=(headers : Hash(String, String)) #

[View source]
def method : Proto::OpenEnum(ProxyRequest::Method) #

[View source]
def method=(method : Proto::OpenEnum(ProxyRequest::Method)) #

[View source]
def request_body : String #

[View source]
def request_body=(request_body : String) #

[View source]