Skip to content
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

[WIP] Add http docs #148

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add a "beta" note
  • Loading branch information
cflipse committed Jul 27, 2016
commit 235014fa3acfc78bb8a46a36cccd056a5ed008d9
2 changes: 2 additions & 0 deletions source/learn/http/index.html.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@ title: HTTP
chapter: Setup
---

*The adapter is still in beta. If you find any inconsistency, please feel free to ask your questions at the [ROM chatroom] and report issues [on github][rom-http].*

ROM supports HTTP-based services via the `rom-http` adapter, which is
client-agnostic. The adapter presents a request-response wrapper, allowing
the use of an arbitrary HTTP client gem.