Caddy.Admin.Request (Caddy v1.0.7)
Req, send request through socket
Summary
Functions
Send HTTP DELETE method to admin socket
Send HTTP GET method to admin socket
Send HTTP PATCH method to admin socket
Send HTTP POST method to admin socket
Send HTTP PUT method to admin socket
Types
Functions
@spec delete(binary(), binary(), binary()) :: {:ok, atom() | %{:headers => list(), optional(any()) => any()}, String.t() | map()}
Send HTTP DELETE method to admin socket
Send HTTP GET method to admin socket
Send HTTP PATCH method to admin socket
Send HTTP POST method to admin socket
@spec put(binary(), binary(), binary()) :: {:ok, atom() | %{:headers => list(), optional(any()) => any()}, String.t() | map()}
Send HTTP PUT method to admin socket