Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Android
- 스프링 핵심 기능
- http
- JPQL
- 자바
- 그리디
- kotlin
- 인프런
- 알고리즘
- 김영한
- JDBC
- transaction
- Servlet
- jpa
- spring
- Exception
- pointcut
- AOP
- db
- Proxy
- Spring Boot
- 스프링
- 스프링 핵심 원리
- Greedy
- 백준
- springdatajpa
- SpringBoot
- Thymeleaf
- java
- QueryDSL
Archives
- Today
- Total
목록HttpServletRequest기능 (1)
개발자되기 프로젝트
Http Servlet Request
1. HttpServletRequest 서블릿은 개발자가HTTP 요청 메시지를 편리하게 사용할 수 있도록 알잘딱으로 HTTP 요청 메시지를 파싱한다. 그리고 그 결과를 HttpServletRequest 객체에 담아서 제공한다. 2. HTTP요청 메시지 예시 POST /save HTTP/1.1 Host: localhost:8080 Content-Type: application/x-www-form-urlencoded username=kim&age=20 START LINE HTTP 메소드 URL 쿼리 스트링 스키마, 프로토콜 헤더 헤더 조회 바디 form 파라미터 형식 조회 message body 데이터 직접 조회 3. 임시 저장소 기능 해당 HTTP 요청이 시작부터 끝날 때 까지 유지되는 임시 저장소 기능 ..
인프런/[인프런] 스프링 MVC 1
2021. 9. 7. 23:07