Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk Examples
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
elixxir
xxdk Examples
Commits
91741bd4
Commit
91741bd4
authored
2 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Improve grammar of rest client README
parent
998f36c9
No related branches found
No related tags found
1 merge request
!5
Connections readme
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
restSingleUseClient/README.md
+4
-4
4 additions, 4 deletions
restSingleUseClient/README.md
with
4 additions
and
4 deletions
restSingleUseClient/README.md
+
4
−
4
View file @
91741bd4
...
@@ -59,12 +59,12 @@ go build -o client .
...
@@ -59,12 +59,12 @@ go build -o client .
```
```
This is a long-running process which may be stopped by a user inputted kill
This is a long-running process which may be stopped by a user inputted kill
signal. We recommend allow the process to run for a long enough time to
complete
signal. We recommend allow
ing
the process to run for a long enough time to
its requests to the server and receive the server's responses. We go
into detail
complete
its requests to the server and receive the server's responses. We go
on what this entails below.
into detail
on what this entails below.
Once the REST-like client has set up and sent its request, you can verify
Once the REST-like client has set up and sent its request, you can verify
by checking the server's log for th
is
string
`Request received:`
by checking the server's log for th
e
string
`Request received:`
```
bash
```
bash
grep
"Request received"
restSingleUseServer/server.log
grep
"Request received"
restSingleUseServer/server.log
...
...
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