Funicular::HTTP module of PicoRuby

Singleton methods

cache_clear

Funicular::HTTP.cache_clear() -> nil

cache_init!

Funicular::HTTP.cache_init!() -> IndexedDB::KVS

cache_lookup

Funicular::HTTP.cache_lookup(String url) -> untyped

cache_purge

Funicular::HTTP.cache_purge(String url) -> nil

cache_write

Funicular::HTTP.cache_write(String url, Hash[String, untyped] entry) -> nil

csrf_token

Funicular::HTTP.csrf_token() -> String?

delete

Funicular::HTTP.delete(String url, ?cache: Integer?) { (Response) -> void } -> void

get

Funicular::HTTP.get(String url, ?cache: Integer?) { (Response) -> void } -> void

patch

Funicular::HTTP.patch(String url, ?Hash[untyped, untyped]? body, ?cache: Integer?) { (Response) -> void } -> void

post

Funicular::HTTP.post(String url, ?Hash[untyped, untyped]? body, ?cache: Integer?) { (Response) -> void } -> void

put

Funicular::HTTP.put(String url, ?Hash[untyped, untyped]? body, ?cache: Integer?) { (Response) -> void } -> void
Tags: