mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Update epp request response examples
This commit is contained in:
parent
57cc3868c3
commit
f5e167fc15
2 changed files with 541 additions and 256 deletions
783
doc/epp-doc.md
783
doc/epp-doc.md
File diff suppressed because it is too large
Load diff
|
@ -263,18 +263,8 @@ module Epp
|
|||
|
||||
def log(req, res)
|
||||
return unless ENV['EPP_DOC']
|
||||
puts "REQUEST:
|
||||
|
||||
```xml
|
||||
#{Nokogiri(req)}```
|
||||
|
||||
"
|
||||
puts "RESPONSE:
|
||||
|
||||
```xml
|
||||
#{res}```
|
||||
|
||||
"
|
||||
puts "REQUEST:\n\n```xml\n#{Nokogiri(req)}```\n\n"
|
||||
puts "RESPONSE:\n\n```xml\n#{res}```\n\n"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue