Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 620 Bytes

hurl.md

File metadata and controls

37 lines (27 loc) · 620 Bytes

Hurl wraps CURL

about

...

api

Hurl::new(array $cfg): HurlInstance|ErrorEx

...

Hurl::mount(string $type, array $cfg): HurlMountedInstance|ErrorEx

...

Hurl::GET(string $url, array $cfg=[]): Promise

...

Hurl::HEAD(string $url, array $cfg=[]): Promise

...