Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
hackpgh
/
esp32_https_server
Public
forked from
fhessel/esp32_https_server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
esp32_https_server
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 24, 2024
Update HTTPConnection.hpp
Show description for fbe3f9d
vwalch
authored
fbe3f9d
View commit details
Copy full SHA for fbe3f9d
View code at this point
Browse repository at this point
Commits on Apr 4, 2020
Merge pull request #78 from fhessel/fix/connection-close
Show description for 6e6bfb6
fhessel
authored
6e6bfb6
View commit details
Copy full SHA for 6e6bfb6
View code at this point
Browse repository at this point
Merge pull request #77 from fhessel/fix/headers-case-insensitive
Show description for a10f4e8
fhessel
authored
a10f4e8
View commit details
Copy full SHA for a10f4e8
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
Check for 2 more out-of-memory conditions
jackjansen
committed
9a26346
View commit details
Copy full SHA for 9a26346
View code at this point
Browse repository at this point
Commits on Mar 23, 2020
Update src/HTTPURLEncodedBodyParser.cpp
Show description for 0c392ed
jackjansen
and
fhessel
authored
0c392ed
View commit details
Copy full SHA for 0c392ed
View code at this point
Browse repository at this point
Update src/HTTPMultipartBodyParser.cpp
Show description for 250decd
jackjansen
and
fhessel
authored
250decd
View commit details
Copy full SHA for 250decd
View code at this point
Browse repository at this point
Allow to set connection: close to disable keep-alive. Resolve #75
fhessel
committed
50c0f59
View commit details
Copy full SHA for 50c0f59
View code at this point
Browse repository at this point
Normalize case of header names. Resolve #73
fhessel
committed
c221d22
View commit details
Copy full SHA for c221d22
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
Read the whole body. Also cater for not knowing the ContentLength.
jackjansen
committed
b1dcfd4
View commit details
Copy full SHA for b1dcfd4
View code at this point
Browse repository at this point
Commits on Feb 28, 2020
adjust coding style
fhessel
committed
e79c3be
View commit details
Copy full SHA for e79c3be
View code at this point
Browse repository at this point
Commits on Feb 21, 2020
Squashing all body parser commits to have a reasonable history.
Show description for a341caf
jackjansen
authored
a341caf
View commit details
Copy full SHA for a341caf
View code at this point
Browse repository at this point
Merge branch 'master' into bodyparser
jackjansen
committed
2bd0b57
View commit details
Copy full SHA for 2bd0b57
View code at this point
Browse repository at this point
Commits on Feb 20, 2020
Merge pull request #71 from fhessel/feature/get-client-ip
Show description for 9ba205e
fhessel
authored
9ba205e
View commit details
Copy full SHA for 9ba205e
View code at this point
Browse repository at this point
Add getClientIP() to HTTPRequest
fhessel
committed
f814dd5
View commit details
Copy full SHA for f814dd5
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
Update src/util.cpp
Show description for aa3ff70
jackjansen
and
fhessel
authored
aa3ff70
View commit details
Copy full SHA for aa3ff70
View code at this point
Browse repository at this point
Commits on Feb 8, 2020
Also replace + by space in urlDecode
jackjansen
committed
e7eaf28
View commit details
Copy full SHA for e7eaf28
View code at this point
Browse repository at this point
Commits on Dec 25, 2019
Fix handling of empty query parameters, do url-decode query parameter names
fhessel
committed
da80324
View commit details
Copy full SHA for da80324
View code at this point
Browse repository at this point
Rewrite and simplify resource resolving (#53)
fhessel
committed
85e6c29
View commit details
Copy full SHA for 85e6c29
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
Modify interface to query parameters. Close #62. Close #63
fhessel
committed
2f50357
View commit details
Copy full SHA for 2f50357
View code at this point
Browse repository at this point
Commits on Nov 24, 2019
Merge pull request #58 from quentin/ws-lost-issue
Show description for f80b961
fhessel
authored
f80b961
View commit details
Copy full SHA for f80b961
View code at this point
Browse repository at this point
Commits on Nov 17, 2019
fix Websocket sent frame length
quentin
committed
036420d
View commit details
Copy full SHA for 036420d
View code at this point
Browse repository at this point
Fix infinite loop when a Websocket connection is closed by client without closing handshake.
quentin
committed
46acd74
View commit details
Copy full SHA for 46acd74
View code at this point
Browse repository at this point
Commits on Sep 18, 2019
Add HTTP Status Code 431 - Header too long
fhessel
committed
c771cf1
View commit details
Copy full SHA for c771cf1
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
Handle percent encoding of URL and request parameters. Resolves #19
fhessel
committed
8bd4846
View commit details
Copy full SHA for 8bd4846
View code at this point
Browse repository at this point
Close WebSockets properly when shutting down the server. Resolves #44
fhessel
committed
db2a1aa
View commit details
Copy full SHA for db2a1aa
View code at this point
Browse repository at this point
Fix off-by-one error in number formatting. Resolves #45
fhessel
committed
90c8177
View commit details
Copy full SHA for 90c8177
View code at this point
Browse repository at this point
Clean close connections correctly when stopping the server. Closes #50
fhessel
committed
1ca85e9
View commit details
Copy full SHA for 1ca85e9
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
Merge branch 'master' into develop (Documentation)
fhessel
committed
9690b6c
View commit details
Copy full SHA for 9690b6c
View code at this point
Browse repository at this point
Add class descriptions
fhessel
committed
cfbe927
View commit details
Copy full SHA for cfbe927
View code at this point
Browse repository at this point
Commits on Aug 21, 2019
Allow modification of HTTPSServerConstants using CFLAGS (#49)
fhessel
committed
f41c4a0
View commit details
Copy full SHA for f41c4a0
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
Logging can now be configured
fhessel
committed
a9fffa0
View commit details
Copy full SHA for a9fffa0
View code at this point
Browse repository at this point
Spaces > Tabs
fhessel
committed
a55066b
View commit details
Copy full SHA for a55066b
View code at this point
Browse repository at this point
Commits on Mar 30, 2019
Merge branch 'issue37'
fhessel
committed
7ebe38e
View commit details
Copy full SHA for 7ebe38e
View code at this point
Browse repository at this point
Commits on Mar 29, 2019
Explicit cast to unsigned char when calling tolower to avoid undefined behavior for c<0
fhessel
committed
d6decb8
View commit details
Copy full SHA for d6decb8
View code at this point
Browse repository at this point
HTTPConnection::loop respects 'keep-alive' value despite the case sensitivity.
roger-zacharczyk
committed
cf31acb
View commit details
Copy full SHA for cf31acb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.