More actions
imported>beonit No edit summary |
imported>neocoin No edit summary |
||
| Line 6: | Line 6: | ||
== post == | == post == | ||
* 정보가 HTTP 헤더안에 포함되어져 오기 | * 정보가 HTTP 헤더안에 포함되어져 오기 | ||
---- | |||
See Also WikiPedia:HTTP WikiPedia:RESTful | |||
---- | ---- | ||
[[프로그래밍분류]] | [[프로그래밍분류]] | ||
Revision as of 08:46, 17 September 2008
html
- hyper text markup language
form 데이터 전송
get
- 주소 뒤에 변수가 붙어서 전송되는 방식
post
- 정보가 HTTP 헤더안에 포함되어져 오기
See Also WikiPedia:HTTP WikiPedia:RESTful