To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module IOVec : sig ... end
module Headers : sig ... end
module Scheme : sig ... end
module Versions : sig ... end
module Config : sig ... end
module Error : sig ... end
module Body : sig ... end
module Request : sig ... end
module Response : sig ... end
module Form : sig ... end
Client -- Issuing requests
There are two options for issuing requests with Piaf:
- client: useful if multiple requests are going to be sent to the remote endpoint, avoids setting up a TCP connection for each request. Or if HTTP/1.0, you can think of this as effectively a connection manager.
- oneshot: issues a single request and tears down the underlying connection once the request is done. Useful for isolated requests.
module Client : sig ... end
module Server : sig ... end
module Cookies : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page