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 }}
pmtabe1
/
ArduinoHttpClient
Public
forked from
arduino-libraries/ArduinoHttpClient
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
ArduinoHttpClient
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 8, 2024
Make sure iContentLength doesn't wrap around due to malformed packets
facchinm
committed
1a3fb98
View commit details
Copy full SHA for 1a3fb98
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
Merge pull request #152 from tim-vandecasteele/tim-websocket-initialisation
Show description for 0ec8824
andreagilardoni
authored
0ec8824
View commit details
Copy full SHA for 0ec8824
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
Merge pull request #161 from kodav/Add-443-port-for-HTTPS-requests
Show description for 9ddfad1
andreagilardoni
authored
9ddfad1
View commit details
Copy full SHA for 9ddfad1
View code at this point
Browse repository at this point
Merge pull request #125 from carbotaniuman/patch-1
Show description for 606a567
andreagilardoni
authored
606a567
View commit details
Copy full SHA for 606a567
View code at this point
Browse repository at this point
Merge pull request #90 from Park0/master
Show description for 9d6adef
andreagilardoni
authored
9d6adef
View commit details
Copy full SHA for 9d6adef
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
Merge pull request #124 from paclema/define_ws_tx_buffer_size
Show description for 397e6a1
andreagilardoni
authored
397e6a1
View commit details
Copy full SHA for 397e6a1
View code at this point
Browse repository at this point
Merge pull request #158 from AnCaPepe/AnCaPepe-custom-wait-delay
Show description for 5c5fafb
andreagilardoni
authored
5c5fafb
View commit details
Copy full SHA for 5c5fafb
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
moving http_parser from utility to utility/URLParser
andreagilardoni
committed
9ea6ace
View commit details
Copy full SHA for 9ea6ace
View code at this point
Browse repository at this point
added README for imported library
andreagilardoni
committed
482e088
View commit details
Copy full SHA for 482e088
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
added include preprocessor for boards compatibility
andreagilardoni
committed
dbe65d6
View commit details
Copy full SHA for dbe65d6
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
imported wrapper class for url parsing
andreagilardoni
committed
e5db3b5
View commit details
Copy full SHA for e5db3b5
View code at this point
Browse repository at this point
Removed functionalities not related to URL parsing from the imported library
andreagilardoni
committed
6159db9
View commit details
Copy full SHA for 6159db9
View code at this point
Browse repository at this point
Imported Url parser from src/http/ngx_http_parse.c from NGINX
andreagilardoni
committed
cf741b0
View commit details
Copy full SHA for cf741b0
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Update HttpClient.h
kodav
authored
ab3d000
View commit details
Copy full SHA for ab3d000
View code at this point
Browse repository at this point
Update HttpClient.cpp
Show description for 0a3e61a
kodav
authored
0a3e61a
View commit details
Copy full SHA for 0a3e61a
View code at this point
Browse repository at this point
Commits on Aug 5, 2023
Replace delay constant by variable
Leonardo José
authored
c490dde
View commit details
Copy full SHA for c490dde
View code at this point
Browse repository at this point
Add getter and setter functions
Leonardo José
authored
9b3987c
View commit details
Copy full SHA for 9b3987c
View code at this point
Browse repository at this point
Add ability to set response wait time
Leonardo José
authored
b93e3d2
View commit details
Copy full SHA for b93e3d2
View code at this point
Browse repository at this point
Commits on Apr 9, 2023
Make sure to use HttpClient when upgrading the connection for websockets
Show description for 8566fb4
tim-vandecasteele
committed
8566fb4
View commit details
Copy full SHA for 8566fb4
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
Reduce timeout from 1000ms to 100ms
Show description for 527967d
carbotaniuman
authored
527967d
View commit details
Copy full SHA for 527967d
View code at this point
Browse repository at this point
Commits on Jan 25, 2022
Added configurabel WebSocket tx buffer size
paclema
committed
09c5309
View commit details
Copy full SHA for 09c5309
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
Correct typos in comments and documentation
per1234
committed
e9897fc
View commit details
Copy full SHA for e9897fc
View code at this point
Browse repository at this point
Commits on Feb 26, 2021
Fix -Wlogical-not-parentheses warning (#79)
Show description for 9a5afdf
vaipatel
authored
9a5afdf
View commit details
Copy full SHA for 9a5afdf
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
ContentLength can go over 2 byte int
Show description for 0fac9f0
Park0
authored
0fac9f0
View commit details
Copy full SHA for 0fac9f0
View code at this point
Browse repository at this point
ContentLength can go over 2 byte int
Show description for 208dfec
Park0
authored
208dfec
View commit details
Copy full SHA for 208dfec
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
Make encode method's static
sandeepmistry
committed
5f56703
View commit details
Copy full SHA for 5f56703
View code at this point
Browse repository at this point
Add URL Encoder class
sandeepmistry
committed
d739407
View commit details
Copy full SHA for d739407
View code at this point
Browse repository at this point
Commits on Jan 2, 2019
Fix incorrect return value, resulting in compilation error
Show description for 7805467
forGGe
authored and
sandeepmistry
committed
7805467
View commit details
Copy full SHA for 7805467
View code at this point
Browse repository at this point
Commits on Sep 12, 2018
HttpClient: fix sendHeader docstring
proppy
authored and
sandeepmistry
committed
1f81c4e
View commit details
Copy full SHA for 1f81c4e
View code at this point
Browse repository at this point
Commits on May 2, 2017
Increase WebSocket sec key length to 24 characters
sandeepmistry
committed
cfe046d
View commit details
Copy full SHA for cfe046d
View code at this point
Browse repository at this point
Commits on Apr 13, 2017
Merge pull request #21 from sandeepmistry/chunked-response-body-support
Show description for 765f2db
agdl
authored
765f2db
View commit details
Copy full SHA for 765f2db
View code at this point
Browse repository at this point
Rename isChunked to isResponseChunked
sandeepmistry
committed
fdedff5
View commit details
Copy full SHA for fdedff5
View code at this point
Browse repository at this point
Commits on Mar 28, 2017
Add new beginBody API
sandeepmistry
committed
448a152
View commit details
Copy full SHA for 448a152
View code at this point
Browse repository at this point
Commits on Mar 25, 2017
Change read() to always check available() if response is chunked
sandeepmistry
committed
2a9c01c
View commit details
Copy full SHA for 2a9c01c
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
Add support for chunked response bodies
sandeepmistry
committed
522cf5d
View commit details
Copy full SHA for 522cf5d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.