Search OCaml packages
max) { row = max } }" @keyup.up="if (row !== null) { row -=1; if (row < 0) { row = null } }" @keyup.right="if (col < 1) col++" @keyup.left="if (col >= 1) col--" :aria-activedescendant="row !== null ? 'package-autocomplete-'+row+'-'+col : null" hx-get="/packages/autocomplete" hx-params="q" hx-trigger="keyup changed, search" hx-target="#header-search-results" hx-indicator="#header-search-indicator" autocomplete="off" >
Standard Library API
Learn
Tools
Packages
Community
News
Play
Search OCaml packages
Learn
Tools
Packages
Community
News
Play
Standard Library API
Get started
package
opium_kernel
latest (0.18.0)
0.18.0
0.17.1
0.17.0
0.16.0
search
Overview
Docs
You can search for identifiers within the package.
in-package search v0.2.0
package opium_kernel
opium_kernel
CHANGES
README
README.cpp
Library
opium_kernel
Opium_kernel
Export
Rock
Response
Request
Cookie
Router
Route
Rock
Service
Filter
Request
Fields
Direct
Response
Fields
Direct
Handler
Middleware
App
Response
Request
Cookie
Router
Route
Fields_of_matches
Direct
Std
Hmap
Key
Sources
opium_kernel
cookie.ml
hmap0.ml
misc.ml
opium_kernel.ml
opium_kernel__.ml
rock.ml
route.ml
router.ml
std.ml
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Package index
opium_kernel
CHANGES
0.18.0
Make examples easier to find and add documentation related to features used in them. (#125, @shonfeder)
Allow overriding 404 handlers (#127, @anuragsoni)
Support cohttp streaming response (#135, #137, #139, @anuragsoni)
v0.17.1
Change Deferred.t to Lwt.t in readme (#91, @rymdhund)
Remove
cow
from deps (#92, @anuragsoni)
v0.17.0
Switch to dune (#88, @anuragsoni)
Keep the "/" cookie default and expose all cookie directives (#82, @actionshrimp)
Do not assume base 64 encoding of cookies (#74, @malthe)
Add caching capabilities to middleware (#76, @mattjbray)