Logo
Explore Help
Sign In
feedc0de/esp-idf
1
0
Fork 0
You've already forked esp-idf
forked from espressif/esp-idf
Code Pull Requests Activity
Files
95a1683158d59e30653823eac5b4f5ba7cd7291d
esp-idf/examples/protocols/http2_request/Makefile

12 lines
273 B
Makefile
Raw Normal View History

[examples] Create HTTP2 example with http2.golang.org Intention is to partition the demo into multiple files, so that the main program is quite easy to follow. 1. connectlib.c: For any URL parsing and TCP connection related stuff 2. sh2lib.c: Convenience functions for HTTP2+TLS. The goal here is to expose a simpler API than nghttp2. If most usecases end up being served with this library, it could potentially be moved into a separate component
2017-09-26 17:32:13 +05:30
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := http2-request
examples/protocols/http(s,2)_request: use common network component
2019-04-11 18:54:26 +08:00
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
[examples] Create HTTP2 example with http2.golang.org Intention is to partition the demo into multiple files, so that the main program is quite easy to follow. 1. connectlib.c: For any URL parsing and TCP connection related stuff 2. sh2lib.c: Convenience functions for HTTP2+TLS. The goal here is to expose a simpler API than nghttp2. If most usecases end up being served with this library, it could potentially be moved into a separate component
2017-09-26 17:32:13 +05:30
include $(IDF_PATH)/make/project.mk
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 33ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API