Hyun Ho Lee _ Dev Blog
  • Resume
  • HTML
    • HTML Basic Structure
    • Meta Tag
    • Sementic Markup
    • Box Model
    • Selector
    • Cross Browsing
    • Accessibility
    • Code Convention
  • CSS
    • Position
    • CSS Reset
    • Display
    • Padding / Margin
    • Size Value
  • Javascript
    • Coding Convention
    • Javascript is...
    • Variable
    • Object
    • Function
    • Closure
    • Data Type
    • Operator
    • Conditional Operator
    • Explicit Coercion
    • Event
    • This
    • Array
    • DOM Object
    • RegExp
    • Ajax
    • REST(Representational State Transfer)
    • Promise
    • Higher Order Function (HOF)
  • GIT
    • Comment
    • Github Fork
  • Algorithm
    • Binary Search
    • Big O
    • Hanoi Tower
    • Sorting
    • Quick Sort
  • Computer Engineering
    • Queue
    • Data Structure
    • HTTP Status Code
  • Programming Example
    • Todo List
    • Untitled
  • Angular
    • How to Use Angular
    • Component
    • Directive
    • Data Binding
    • Pipe
  • Python
    • How to Use Jupyter
Powered by GitBook
On this page
  • 1. What is REST?
  • RESTful
  • REST API
  • How to Use REST
  • Method of REST
  • Get
  • Post
  • Put
  • Patch
  • Delete

Was this helpful?

  1. Javascript

REST(Representational State Transfer)

1. What is REST?

RESTful

REST API

How to Use REST

Method of REST

Get

Post

Put

Patch

Delete

PreviousAjaxNextPromise

Last updated 6 years ago

Was this helpful?