Skip to content

Web Development

kitiya edited this page Mar 7, 2020 · 16 revisions

HTTP

HTTP Request

  • GET
  • POST
  • PUT
  • DELETE

HTTPS Response

  • 1xx: Information
  • 2xx: Success
  • 3xx: Redirect
  • 4xx: Client errors
  • 5xx: Server errors

JSON

  • JSON.parse(jsonString)
  • JSON.stringnify(jsonObject)

AJAX

Clone this wiki locally