-
Notifications
You must be signed in to change notification settings - Fork 7
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(x/net/http): Implement server and client function #17
base: main
Are you sure you want to change the base?
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a02e126 - Browse repository at this point
Copy the full SHA a02e126View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc55abc - Browse repository at this point
Copy the full SHA dc55abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 685154f - Browse repository at this point
Copy the full SHA 685154fView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c52bdd5 - Browse repository at this point
Copy the full SHA c52bdd5View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 763dd72 - Browse repository at this point
Copy the full SHA 763dd72View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9f4944 - Browse repository at this point
Copy the full SHA b9f4944View commit details -
WIP(x/http/client/get): Introducing textproto for header & implementi…
…ng custom header
Configuration menu - View commit details
-
Copy full SHA for 2c9394c - Browse repository at this point
Copy the full SHA 2c9394cView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5744fd6 - Browse repository at this point
Copy the full SHA 5744fd6View commit details -
feat(x/net/http): Init server skeleton
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d25cbfe - Browse repository at this point
Copy the full SHA d25cbfeView commit details
Commits on Aug 15, 2024
-
feat(x/net/http): Implement server conn logic and modify response & r…
…equest logic Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fb6f37 - Browse repository at this point
Copy the full SHA 9fb6f37View commit details -
WIP(x/http/client): Code tweaks made; Post request runs successfully.…
… Initial redirection check implemented.
Configuration menu - View commit details
-
Copy full SHA for 2e9e338 - Browse repository at this point
Copy the full SHA 2e9e338View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba2a9d0 - Browse repository at this point
Copy the full SHA ba2a9d0View commit details -
feat(x/net/http): Implement resonse and request logic
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19f6425 - Browse repository at this point
Copy the full SHA 19f6425View commit details -
feat(x/net/http): Implement http server demo
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42e5881 - Browse repository at this point
Copy the full SHA 42e5881View commit details
Commits on Aug 19, 2024
-
fix(x/net/http): Fix demo and multiple fixes
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 953f618 - Browse repository at this point
Copy the full SHA 953f618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bad20a - Browse repository at this point
Copy the full SHA 1bad20aView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d644d43 - Browse repository at this point
Copy the full SHA d644d43View commit details -
fix(x/net/http): Fix request receive logic
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f115f1 - Browse repository at this point
Copy the full SHA 6f115f1View commit details -
WIP(x/http/client): http proxy & 100-continue & KeepAlive & gzip & so…
…me code improvement
Configuration menu - View commit details
-
Copy full SHA for 2944a9d - Browse repository at this point
Copy the full SHA 2944a9dView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d05548e - Browse repository at this point
Copy the full SHA d05548eView commit details
Commits on Aug 22, 2024
-
WIP(x/http/client): bodyEOFSignal packaging & optimized readLoop() & …
…adjusted timeout logic
Configuration menu - View commit details
-
Copy full SHA for c2eb82d - Browse repository at this point
Copy the full SHA c2eb82dView commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a68bc29 - Browse repository at this point
Copy the full SHA a68bc29View commit details
Commits on Aug 26, 2024
-
WIP(x/http/client): Categorize and write req.headers & perform unwrap…
…Body operation on req.Reader
Configuration menu - View commit details
-
Copy full SHA for cebff18 - Browse repository at this point
Copy the full SHA cebff18View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4d7315 - Browse repository at this point
Copy the full SHA c4d7315View commit details
Commits on Sep 3, 2024
-
refactor(x/net/http/demo): Update http demo
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09cd8fe - Browse repository at this point
Copy the full SHA 09cd8feView commit details -
refactor(x/net/http): Update new server logic
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15e84fb - Browse repository at this point
Copy the full SHA 15e84fbView commit details -
refactor(x/net/http): Rewrite request implementation use host header
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b6cfdd - Browse repository at this point
Copy the full SHA 6b6cfddView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d8cc27 - Browse repository at this point
Copy the full SHA 0d8cc27View commit details -
refactor(x/net/http): Rewrite request logic
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16054ae - Browse repository at this point
Copy the full SHA 16054aeView commit details
Commits on Sep 5, 2024
-
tp/demo): Use echo read demo Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f03b73f - Browse repository at this point
Copy the full SHA f03b73fView commit details -
refactor(x/net/http): Temporarily fix pipe write stuck
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f94d3f - Browse repository at this point
Copy the full SHA 3f94d3fView commit details
Commits on Sep 6, 2024
-
refactor(x/net/http): Rewrite getBodyData logic using hyper_body_data
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 757e3a1 - Browse repository at this point
Copy the full SHA 757e3a1View commit details
Commits on Sep 9, 2024
-
feat(x/net/http): Implement responseStream reader & writer
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 650cb6c - Browse repository at this point
Copy the full SHA 650cb6cView commit details -
feat(x/net/http): Implement RequestBody logic
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34ace8f - Browse repository at this point
Copy the full SHA 34ace8fView commit details
Commits on Sep 10, 2024
-
refactor(x/net/http/demo): Update demo
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 799e91a - Browse repository at this point
Copy the full SHA 799e91aView commit details -
refactor(x/net/http/demo): Remove response_stream
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94af890 - Browse repository at this point
Copy the full SHA 94af890View commit details -
refactor(x/net/http): Implement requestBody logic
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75c69d5 - Browse repository at this point
Copy the full SHA 75c69d5View commit details
Commits on Sep 11, 2024
-
refactor(x/net/http/demo): Implement requestBody logic and intergrate…
… with main loop Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0250377 - Browse repository at this point
Copy the full SHA 0250377View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e55b261 - Browse repository at this point
Copy the full SHA e55b261View commit details -
refactor(x/net/http/demo): Neat http echo demo
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67f1d21 - Browse repository at this point
Copy the full SHA 67f1d21View commit details -
refactor(x/net/http/demo): Re-implement requestBody
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ce31d6 - Browse repository at this point
Copy the full SHA 0ce31d6View commit details -
fix(x/net/http): Fix nil pointer error & optimize naming
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fae8cd - Browse repository at this point
Copy the full SHA 3fae8cdView commit details -
fix(x/net/http): Remove updateConnRegistrations unsuse args
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22ab2d5 - Browse repository at this point
Copy the full SHA 22ab2d5View commit details -
refactor(x/net/http): Rewrite loop <-> hyper.executor logic
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1c3717 - Browse repository at this point
Copy the full SHA e1c3717View commit details -
fix(x/net/http): Remove unsused sync.Once
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8420957 - Browse repository at this point
Copy the full SHA 8420957View commit details
Commits on Sep 19, 2024
-
fix(x/net/http): Implement multi-thread eventLoop
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03b3d7b - Browse repository at this point
Copy the full SHA 03b3d7bView commit details -
refactor(x/net/http): Implement close logic & other optimize
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8ea412 - Browse repository at this point
Copy the full SHA e8ea412View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4e8631 - Browse repository at this point
Copy the full SHA a4e8631View commit details -
fix(x/net/http): Fix import name and adapt to future merge with client
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49afcb5 - Browse repository at this point
Copy the full SHA 49afcb5View commit details -
Merge remote-tracking branch 'zhao/x/http-get' into feature/x-net-htt…
…p-server # Conflicts: # x/net/http/header.go # x/net/http/request.go # x/net/http/response.go # x/net/http/server.go # x/net/ipsock.go # x/net/net.go
Configuration menu - View commit details
-
Copy full SHA for b26931c - Browse repository at this point
Copy the full SHA b26931cView commit details -
refactor(x/net/http/demo): Refactor file structure & rename
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0abdeb0 - Browse repository at this point
Copy the full SHA 0abdeb0View commit details -
refactor(x/net/http): Rename into bodyStream
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fdc040 - Browse repository at this point
Copy the full SHA 6fdc040View commit details -
refactor(x/net/http): Multiple fixes & adapt bodyStream struct
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bf50fe - Browse repository at this point
Copy the full SHA 4bf50feView commit details -
refactor(x/net/http): Remove debug message and add comments
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d8087a - Browse repository at this point
Copy the full SHA 6d8087aView commit details -
neat(x/net/http): Go fmt style
Signed-off-by: hackerchai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0382274 - Browse repository at this point
Copy the full SHA 0382274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb70ad - Browse repository at this point
Copy the full SHA 1fb70adView commit details