quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

form-escape.md (453B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: form-escape
      5 Help: Escape form fields using backslash
      6 Protocols: HTTP imap smtp
      7 Added: 7.81.0
      8 Category: http upload post
      9 Multi: single
     10 See-also:
     11   - form
     12 Example:
     13   - --form-escape -F 'field\name=curl' -F 'file=@load"this' $URL
     14 ---
     15 
     16 # `--form-escape`
     17 
     18 Pass on names of multipart form fields and files using backslash-escaping
     19 instead of percent-encoding.