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

Fix broken merge in previous commit. #414

Merged
merged 1 commit into from
Dec 7, 2018
Merged
Changes from all commits
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
9 changes: 5 additions & 4 deletions docs/class_and_method/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The ngx_mruby stream module is an optional nginx module to handle TCP and UDP st

- [Nginx::Stream Class](#nginxstream-class)
- [Nginx::Stream::Connection Class](#nginxstreamconnection-class)
- [Nginx::Stream::Async Class](#nginxstreamasync-class)

## rack-based-api mrbgem

Expand Down Expand Up @@ -73,10 +74,10 @@ You can use the following classes with default build configuration.
- [Userdata Class](https://github.com/matsumotory/mruby-userdata)
- [Uname Class](https://github.com/matsumotory/mruby-uname)
- [Vedis Class](https://github.com/matsumotory/mruby-vedis)
### ngx_mruby STREAM module(TCP/UDP Load Balancing)
- [Nginx::Stream class](#nginxstream-class)
- [Nginx::Stream::Connection class](#nginxstreamconnection-class)
- [Nginx::Stream::Async class](#nginxstreamasync-class)

You can also use classes embedded by
[default.gembox](https://github.com/matsumotory/ngx_mruby/blob/master/mruby/mrbgems/default.gembox) and
[full-core.gembox](https://github.com/matsumotory/ngx_mruby/blob/master/mruby/mrbgems/full-core.gembox).

# Kernel Module

Expand Down