Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crul
v0.4.2
Crul
CLI
Command
Completion
CookieStore
Cookies
Format
Formatters
Auto
Base
JSON
PrettyPrinter
Plain
XML
PrettyPrinter
Element
Methods
Options
Built with Crystal 1.9.2
2023-10-08 11:15:00 UTC
enum
Crul::Methods
Defined in:
methods.cr
Enum Members
GET
=
0
POST
=
1
PUT
=
2
DELETE
=
3
Instance Method Summary
#delete?
#get?
#post?
#put?
Instance Method Detail
def
delete?
#
[
View source
]
def
get?
#
[
View source
]
def
post?
#
[
View source
]
def
put?
#
[
View source
]