Add HTTP request parsing.
This extends the existing http parser to support requests as well as responses. httpcli continues to exist and work as it has previously, though in the new directory src/core/http (to reflect the fact the directory now contains code relevant to parsing requests, which httpcli would not generally involve itself in).
Showing
- BUILD 20 additions, 20 deletionsBUILD
- Makefile 34 additions, 34 deletionsMakefile
- binding.gyp 4 additions, 4 deletionsbinding.gyp
- build.yaml 13 additions, 13 deletionsbuild.yaml
- config.m4 5 additions, 5 deletionsconfig.m4
- gRPC.podspec 10 additions, 10 deletionsgRPC.podspec
- grpc.gemspec 7 additions, 7 deletionsgrpc.gemspec
- package.json 7 additions, 7 deletionspackage.json
- package.xml 7 additions, 7 deletionspackage.xml
- src/core/http/format_request.c 8 additions, 8 deletionssrc/core/http/format_request.c
- src/core/http/format_request.h 4 additions, 4 deletionssrc/core/http/format_request.h
- src/core/http/httpcli.c 16 additions, 11 deletionssrc/core/http/httpcli.c
- src/core/http/httpcli.h 10 additions, 29 deletionssrc/core/http/httpcli.h
- src/core/http/httpcli_security_connector.c 1 addition, 1 deletionsrc/core/http/httpcli_security_connector.c
- src/core/http/parser.c 313 additions, 0 deletionssrc/core/http/parser.c
- src/core/http/parser.h 116 additions, 0 deletionssrc/core/http/parser.h
- src/core/security/credentials.c 13 additions, 12 deletionssrc/core/security/credentials.c
- src/core/security/credentials.h 4 additions, 3 deletionssrc/core/security/credentials.h
- src/core/security/google_default_credentials.c 5 additions, 4 deletionssrc/core/security/google_default_credentials.c
- src/core/security/jwt_verifier.c 10 additions, 10 deletionssrc/core/security/jwt_verifier.c
Loading
Please register or sign in to comment