Skip to content

Instantly share code, notes, and snippets.

@ramingar
Last active December 18, 2015 08:58
Show Gist options
  • Select an option

  • Save ramingar/db951634b5630597f99e to your computer and use it in GitHub Desktop.

Select an option

Save ramingar/db951634b5630597f99e to your computer and use it in GitHub Desktop.
Códigos de respuesta después de una petición REST #rest #restful #status
  • 200: OK
  • 201: Created
  • 204: No content (Delete o Update)
  • 400: Bad Request (esperaba un Integer y le pasaste un String)
  • 401: Unauthorized (No autorizado)
  • 403: Forbidden
  • 404: Not found
  • 405: Method not allowed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment