Funicular::HTTP module of PicoRuby
Singleton methods
csrf_token
Funicular::HTTP.csrf_token() -> String?
delete
Funicular::HTTP.delete(String url) { (Response) -> void } -> void
get
Funicular::HTTP.get(String url) { (Response) -> void } -> void
patch
Funicular::HTTP.patch(String url, ?Hash[untyped, untyped]? body) { (Response) -> void } -> void
post
Funicular::HTTP.post(String url, ?Hash[untyped, untyped]? body) { (Response) -> void } -> void
put
Funicular::HTTP.put(String url, ?Hash[untyped, untyped]? body) { (Response) -> void } -> void