good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrpc
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
jrpc
Commits
5f0b91b4
Commit
5f0b91b4
authored
1 year ago
by
a
Browse files
Options
Downloads
Patches
Plain Diff
readme
parent
2b7ddb3c
No related branches found
Branches containing commit
Tags
v0.0.50
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/codecs/http/codec_test.go
+0
-0
0 additions, 0 deletions
contrib/codecs/http/codec_test.go
readme.md
+6
-1
6 additions, 1 deletion
readme.md
with
6 additions
and
1 deletion
contrib/codecs/http/c
lient
_test.go
→
contrib/codecs/http/c
odec
_test.go
+
0
−
0
View file @
5f0b91b4
File moved
This diff is collapsed.
Click to expand it.
readme.md
+
6
−
1
View file @
5f0b91b4
...
...
@@ -26,11 +26,16 @@ contrib/ - packages that add to jrpc
codecs/ - client and server transport implementations
codecs.go - dialers for all finished codecs
http/ - http based codec
codec_test.go - general tests that all must pass
client.go - codec.Conn implementation
codec.go - codec.ReaderWriter implementaiton
const.go - constants
handler.go - http handler
http_test.go - http specific tests
websocket/ - WIP: websocket basec codec
inproc/ - WIP: inproc based codec
ipc/ - WIP: ipc based codec
stdio/ - WIP: stdio based codec (variation of ipc)
jmux/ - a chi based router which satisfies the jrpc.Handler interface
handlers/ - special jrpc handlers
argreflect/ - go-ethereum style struct reflection
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment