FsHttp icon indicating copy to clipboard operation
FsHttp copied to clipboard

config_baseUrl shortcut

Open SchlenkR opened this issue 1 year ago • 0 comments

config_baseUrl

    config_transformHeader (fun (header: Header) ->
        let address = "http://zero2w:8080" </> header.target.address.Value
        { header with target.address = Some address })
  • update docu

SchlenkR avatar Feb 04 '24 14:02 SchlenkR