Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add standard HTTP CODE Errors in HttpClient.h#65

New issue

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Warlib1975 wants to merge1 commit intoarduino-libraries:master
base:master
Choose a base branch
Loading
fromWarlib1975:patch-3

Conversation

Warlib1975
Copy link

RFC7231 error code definitions

RFC7231 error code definitions
@Warlib1975Warlib1975 changed the titleUpdate HttpClient.hAdd standard HTTP CODE Errors in HttpClient.hApr 23, 2019
@@ -38,6 +38,68 @@ static const int HTTP_ERROR_INVALID_RESPONSE =-4;
#define HTTP_HEADER_USER_AGENT "User-Agent"
#define HTTP_HEADER_VALUE_CHUNKED "chunked"

// HTTP codes see RFC7231
typedef enum {
HTTP_CODE_CONTINUE = 100,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'd prefer the prefix to beHTTP_STATUS_CODE_ instead ofHTTP_CODE_ here.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign ourContributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let usrecheck it.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@sandeepmistrysandeepmistrysandeepmistry left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@Warlib1975@CLAassistant@sandeepmistry

[8]ページ先頭

©2009-2025 Movatter.jp