Liking cljdoc? Tell your friends :D

dda.pallet.dda-serverspec-crate.infra.fact.http


build-http-scriptclj

(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
sourceraw docstring

collect-http-factclj

(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
sourceraw docstring

fact-id-httpclj

source

HttpFactConfigclj

source

HttpFactResultclj

source

HttpFactResultsclj

source

installclj

(install)

Inputs: []

Inputs: []
sourceraw docstring

output-separatorclj

source

parse-date-16-04clj

(parse-date-16-04 date-string)

Inputs: [date-string :- s/Str] Returns: java.time.LocalDate

Inputs: [date-string :- s/Str]
Returns: java.time.LocalDate
sourceraw docstring

parse-date-18-04clj

(parse-date-18-04 date-string)

Inputs: [date-string :- s/Str] Returns: java.time.LocalDate

Inputs: [date-string :- s/Str]
Returns: java.time.LocalDate
sourceraw docstring

parse-http-responseclj

(parse-http-response single-script-result)

Inputs: [single-script-result :- s/Str] Returns: HttpFactResults

returns a HttpFactResult from the result text of one http check

Inputs: [single-script-result :- s/Str]
Returns: HttpFactResults

returns a HttpFactResult from the result text of one http check
sourceraw docstring

parse-http-script-responsesclj

(parse-http-script-responses raw-script-results)

Inputs: [raw-script-results :- s/Str] Returns: HttpFactResults

returns a HttpFactResult from the result text of one http check

Inputs: [raw-script-results :- s/Str]
Returns: HttpFactResults

returns a HttpFactResult from the result text of one http check
sourceraw docstring

preprocess-date-stringclj

(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'
sourceraw docstring

url-to-keywordclj

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close