surf icon indicating copy to clipboard operation
surf copied to clipboard

feat: Automatically insert Content-Length header to POST requests

Open ycd opened this issue 4 years ago • 0 comments

Automatically set the Content-Length header to POST requests. This introduces changes to following functions:

  • body_json
  • body_string
  • body_form
  • body_file
  • body_bytes

Resolves: #324

Signed-off-by: Yagiz Degirmenci [email protected]

ycd avatar Dec 08 '21 19:12 ycd