{"id":16219805,"url":"https://github.com/dontsovcmc/arduino_http_tools","last_synced_at":"2025-04-07T23:44:57.573Z","repository":{"id":27510404,"uuid":"30991059","full_name":"dontsovcmc/arduino_http_tools","owner":"dontsovcmc","description":"functions for parsing http data when you using Ethernet with Arduino","archived":false,"fork":false,"pushed_at":"2015-03-24T20:01:26.000Z","size":168,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T01:17:33.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dontsovcmc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-18T22:42:32.000Z","updated_at":"2019-12-05T06:03:29.000Z","dependencies_parsed_at":"2022-09-02T09:11:16.464Z","dependency_job_id":null,"html_url":"https://github.com/dontsovcmc/arduino_http_tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontsovcmc%2Farduino_http_tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontsovcmc%2Farduino_http_tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontsovcmc%2Farduino_http_tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontsovcmc%2Farduino_http_tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dontsovcmc","download_url":"https://codeload.github.com/dontsovcmc/arduino_http_tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749966,"owners_count":20989712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T11:56:07.607Z","updated_at":"2025-04-07T23:44:57.556Z","avatar_url":"https://github.com/dontsovcmc.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arduino_http_tools\nFunctions for parsing http data when you using Ethernet with Arduino.\n\n// Find parameter in URL string. If value present, return it in \"value\"\n\nbool find_key(char *stream, const char *key, char *value /*out*/, const int value_len);\n\nstream (input string), key (key to find), value (buffer for key value, if found), value_len (length of key value buffer)\n\nreturn true  - key found, parameter found and good or bad, false - key wasn't found\n\nvalue=NULL - if not value or parameter longer than value_len\n\nNote: find_key knows that key \"note\" is not \"notebook\"\n\nExample:  \"param1=value1\u0026param2=value2\"\n\nkey is \"param1\" and \"param2\"; value is \"value1\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdontsovcmc%2Farduino_http_tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdontsovcmc%2Farduino_http_tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdontsovcmc%2Farduino_http_tools/lists"}