Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Submits GET and POST requests using the HTML Forms

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages