📙
Programming
  • Best Practice of Programming
  • Language Fundamental
    • String
    • Operators
    • Condition
    • Loop
  • Data
    • Exercise JSON Data
    • Array
  • Coding
  • API
  • Source Code Control
  • IDE
  • Httpd and Web
    • Exercise django
Powered by GitBook
On this page
  • Request
  • Response
  • Cookie
  • Session
  • RESTful
  • Tools
  • CRUD

Was this helpful?

Httpd and Web

Request

  1. Header

  2. Body

  3. Methods

    a. Get

    b. Post

  4. Query String

Response

  1. Status group

    a. 200

    b. 400

    c. 500

Cookie

Session

  • Session

  • Token

RESTful

  • Isomorphic

  • Methods

    • GET

    • PPOST

    • PUT

    • PATCH

    • DELETE

    • OPTIONS : Surprised, you may not see this method in the REST methods, but actually browsers use it.

Tools

  • Swagger

  • Postman

  • curl

CRUD

PreviousIDENextExercise django

Last updated 4 years ago

Was this helpful?

Django quick tour()

Full Stack React & Django()

https://rayed.com/posts/2018/05/django-crud-create-retrieve-update-delete/
https://www.youtube.com/watch?v=Uyei2iDA4Hs&t=31s