1.0.5 • Published 3 years ago

http-request-form v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

HTTP Request Form

Submits GET and POST requests using the HTML Forms

Usage

import { HttpRequestForm } from 'http-request-form'

const requestForm = new HttpRequestForm({
  url: 'http://example.com',
  method: 'POST',
  query: { foo: '123' },
  body: { bar: '321' }
})

requestForm.submit()
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago