Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Jan 6, 2020
1 parent 4858d6f commit bbb685a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -33,7 +33,6 @@ int main()
{
.url = "https://example.com/",
.method = GLITCHEDHTTPS_GET,
.buffer_size = 4096,
.ssl_verification_optional = false,
};

Expand Down Expand Up @@ -81,7 +80,6 @@ int main()
{
.url = url,
.method = GLITCHEDHTTPS_POST,
.buffer_size = 1024,
.ssl_verification_optional = false,
.content_type = "application/json",
.content_length = strlen(body),
Expand Down

0 comments on commit bbb685a

Please sign in to comment.