We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP/2 자체는 리소스 로딩과 관련한 장점들이 많은 것 같은데요 (정확하게 이해 x) API 서버를 위한 장점으로는 큰 차이가 없어 보입니다 (header 압축 정도). 이미 netlify로 배포되는 프론트 서버 (리액트 파일 및 프론트 리소스)에는 이미 적용되어 있습니다. https://stackoverflow.com/questions/31692868/rest-api-with-http-2
매우 예전부터 상용 서비스들은 HTTP/2를 지원했기 때문에 넣어보는 것도 좋을 것 같습니다.
Very Easy
application.yaml에 아래의 설정 추가
server.http2.enabled: true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
세부 목적 (주 목적은 이슈 이름으로.)
HTTP/2 자체는 리소스 로딩과 관련한 장점들이 많은 것 같은데요 (정확하게 이해 x) API 서버를 위한 장점으로는 큰 차이가 없어 보입니다 (header 압축 정도). 이미 netlify로 배포되는 프론트 서버 (리액트 파일 및 프론트 리소스)에는 이미 적용되어 있습니다.
https://stackoverflow.com/questions/31692868/rest-api-with-http-2
매우 예전부터 상용 서비스들은 HTTP/2를 지원했기 때문에 넣어보는 것도 좋을 것 같습니다.
예상 난이도는?
Very Easy
개발 계획
application.yaml에 아래의 설정 추가
The text was updated successfully, but these errors were encountered: