Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bash-rest-api-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
IML Open Source
bash-rest-api-client
Commits
f476a6be
Commit
f476a6be
authored
5 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
aaaa9ab0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+1
-1
1 addition, 1 deletion
readme.md
with
1 addition
and
1 deletion
readme.md
+
1
−
1
View file @
f476a6be
...
...
@@ -6,7 +6,7 @@ The specialties of this component are
*
It was build to simplify http calls and handle http response for scripts
*
After making a request the response stays is in memory. There is no output to any file to grep something or to cleanup after usage.
*
Its functions feel a bit like class methods, i.e. http.getResponse to get t
e
he response body or http.getResponseHeader for the Http response header
*
Its functions feel a bit like class methods, i.e. http.getResponse to get the response body or http.getResponseHeader for the Http response header
*
This component wraps curl - ist supports any http method
*
works with anonymous requests and Basic Authentication
*
The response can be stored ... and reimported later. After import you can use the http.get
*
functions to fetch results from the former request.
...
...
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