Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crul
master
Crul
CLI
Command
CookieStore
Cookies
Formats
Formatters
Auto
Base
JSON
PrettyPrinter
Plain
XML
PrettyPrinter
Element
Methods
Options
Generated using Crystal 1.14.0
2024-11-26 07:01:42 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
]