(build-http-script http-config)
Inputs: [http-config]
builds the script to retrieve the http response from a url
Inputs: [http-config] builds the script to retrieve the http response from a url
(collect-http-fact fact-config)
Inputs: [fact-config :- HttpFactConfig]
Collects the facts for all http checks by executing the script and parsing the results
Inputs: [fact-config :- HttpFactConfig] Collects the facts for all http checks by executing the script and parsing the results
(parse-date-16-04 date-string)
Inputs: [date-string :- s/Str] Returns: java.time.LocalDate
Inputs: [date-string :- s/Str] Returns: java.time.LocalDate
(parse-date-18-04 date-string)
Inputs: [date-string :- s/Str] Returns: java.time.LocalDate
Inputs: [date-string :- s/Str] Returns: java.time.LocalDate
(parse-http-response single-script-result)
Inputs: [single-script-result :- s/Str] Returns: HttpFactResult
returns a HttpFactResult from the result text of one http check
Inputs: [single-script-result :- s/Str] Returns: HttpFactResult returns a HttpFactResult from the result text of one http check
(parse-http-script-responses raw-script-results)
Inputs: [raw-script-results :- s/Str] Returns: HttpFactResult
returns a HttpFactResult from the result text of one http check
Inputs: [raw-script-results :- s/Str] Returns: HttpFactResult returns a HttpFactResult from the result text of one http check
(preprocess-date-string date-string)
Inputs: [date-string :- s/Str] Returns: s/Str
date
can emit an extra space before date instead of zero or nothing: 'Feb 1'
Inputs: [date-string :- s/Str] Returns: s/Str `date` can emit an extra space before date instead of zero or nothing: 'Feb 1'
(url-to-keyword url)
Inputs: [url :- s/Str] Returns: s/Keyword
creates a keyword from a url
Inputs: [url :- s/Str] Returns: s/Keyword creates a keyword from a url
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close