class Test::Task::Server::Endpoint

Included Modules

Defined in:

test-task/server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def body : String | Nil #

[View source]
def body=(body : String | Nil) #

[View source]
def headers : Array(Header) | Nil #

[View source]
def headers=(headers : Array(Header) | Nil) #

[View source]
def index : Int32 | Nil #

[View source]
def index=(index : Int32 | Nil) #

[View source]
def method : String | Nil #

[View source]
def method=(method : String | Nil) #

[View source]
def url : String #

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

[View source]