Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/types/HttpPostField"

Copyright (c) Jonathan Cardoso Machado. All Rights Reserved.

This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

Index

Type aliases

Type aliases

HttpPostField

HttpPostField: { contents: string; name: string } | { file: string; filename?: undefined | string; name: string; type?: undefined | string }

The HTTPPOST option accepts an array with this type.

Generated using TypeDoc