Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
esp32-http-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
esp32-http-server
Commits
cf6c707e
Commit
cf6c707e
authored
Feb 13, 2018
by
Tiago Medicci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added spaces between # and title/subtitle at README.md
parent
58506b60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
cf6c707e
#Simple HTTP server
#
Simple HTTP server
This is a very minimal HTTP server I use in some of the projects.
Absolutely not ready for any kind of production use.
#How to use
#
How to use
Really, please see above note.
This directory is an ESP-IDF component. Clone it (or add it as a submodule) into the component directory of the project.
#Documentation
#
Documentation
None yet, but I tried to make the comments in the header file helpful.
#Examples
#
Examples
Examples functions at http server
...
...
@@ -30,12 +30,12 @@ Examples functions at http server
*
Receiving a GET request at /, http server response is a "Hello World, from ESP32!" html.
#Debugging
#
Debugging
Increasing log level to "Verbose" should produce lots of output related to request handling.
#License
#
License
GPL, see
[
LICENSE
](
LICENSE
)
file. Mostly because this is a very early version. Will be relicensed as something more reasonable later.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment